Authenticate a browser session with email and password
POST/v1/auth/login
Starts or advances browser authentication. The response transparently indicates whether authentication succeeded or requires TOTP or SafeID, while the server rotates the secure session cookie when applicable.
Request
Responses
- 200
- 400
- 403
- 429
- 500
Current browser authentication state.
Email, password or browser headers are malformed.
The browser origin or CSRF proof is invalid.
Too many password sign-in attempts were made in the current window.
An unexpected internal error occurred.