WisebotAI
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:

RoutePurpose
/sign-inSign in with email/password or OAuth.
/sign-upRegister a new user account.
/org-selectionChoose or create an organization after login when multiple orgs exist or none is defaulted.
/invite/acceptAccept an organization invitation with a valid token.

Flow

  1. Sign up or sign in.
  2. If required, pick an organization on org selection.
  3. 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.