Account & organization
Onboarding & auth routes
Sign-in, sign-up, organization selection, and accepting invitations in the web app.
Onboarding & auth routes
These routes exist in the web app for authentication and onboarding:
| Route | Purpose |
|---|---|
/sign-in | Sign in with email/password or OAuth. |
/sign-up | Register a new user account. |
/org-selection | Choose or create an organization after login when multiple orgs exist or none is defaulted. |
/invite/accept | Accept an organization invitation with a valid token. |
Flow
- Sign up or sign in.
- If required, pick an organization on org selection.
- If invited, use invite accept before or after sign-in depending on your deployment’s flow.
Session cookies
The app uses secure sessions—complete OAuth and invite flows in the same browser when possible to avoid losing the session.
See Authentication and Invitations.