Complete an invitation and set the password
Hashes the provided password, stores it in the password auth account, and consumes the invitation token.
POST /api/invitation/complete — internal browser-facing endpoint, not part of the external API.
Request body
Password minimum length: 8 characters.
Response (200)
Success:
Failure (400):
Source
- Handler:
convex/http.ts - Logic:
convex/invitationActions.ts→completeInvitationWithPassword