Skip to main content

Log in with a login token

GET 

/login-token/login/:token

Consumes a one-time login token and establishes an authenticated browser session for the user the token was issued for, then redirects to the caller's configured landing URL (or to any redirectTo supplied via the token's properties). No prior authentication is required — the token is the credential. Tokens are single-use: a second request with the same token will return 409.

Request

Responses

Session established; client is redirected to the resolved landing URL.