Main sign-in path
Email and password
Credentials sign-in is the default route for alpha users and the path used by password recovery.
Credentials
Use the same account credentials you registered with. If you signed up through another provider, those handoffs remain available below.
Main sign-in path
Credentials sign-in is the default route for alpha users and the path used by password recovery.
Account lifecycle
Create a mesh account with email/password and continue directly into your workspace when registration is open.
Providers
Provider buttons stay available for OAuth-led sign-in and development-only shortcuts.
Base provider
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
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.