Access

Choose how you want to sign in.

Email/password now handles the main sign-in path. External providers still sit alongside it for provider-led access and local development.

Credentials

Sign in with email and password

Use the same account credentials you registered with. If you signed up through another provider, those handoffs remain available below.

Main sign-in path

Email and password

Credentials sign-in is the default route for alpha users and the path used by password recovery.

Account lifecycle

Need a new account?

Create a mesh account with email/password and continue directly into your workspace when registration is open.

Reset password

Providers

Other sign-in providers

Provider buttons stay available for OAuth-led sign-in and development-only shortcuts.

Base provider

Facebook

Use Facebook as the base provider for sign-in and first-run registration.

Configure FACEBOOK_CLIENT_ID and FACEBOOK_CLIENT_SECRET to enable the Facebook flow.

Callback model

OAuth providers land on a stable callback route

External OAuth providers use the route pattern /login/<provider>/callback so the auth boundary stays explicit and easy to guard.

Facebook is the external provider currently wired into the app. When development mode is enabled, the dev provider is also listed here and routes directly to /login/dev.