Sign In
Sign in with email/password or a social provider.
Sign in at layers.com → Sign in, or directly at
/auth/signin.
Methods
- Email + password — your normal credentials.
- Google / GitHub — same provider you used to sign up.
Magic link fallback
If you've forgotten your password but want to sign in once:
- Click Forgot password? on the sign-in page.
- Enter your email.
- Open the link in the email — you're signed in for that session.
After signing in this way, set a new password from Account → Change password.
Redirect parameter
The sign-in URL accepts ?redirect=/some/path so you can deep-link a user
to a destination that requires auth. After successful sign-in they're
forwarded to that path.
VSCode webview
When the app runs inside the VSCode extension, sign-in stays in the webview rather than opening a browser tab.
Multi-account
Layers supports one signed-in identity per browser. To switch accounts, sign out and back in. For users who manage multiple organizations, use the Org switcher in the app shell.