Skip to main content

Callback from a strategy

Callback from a strategy. This is the endpoint where the strategy will redirect the user after successful authentication. This endpoint will be called with the code and state query parameters. The code will be used to get the access token from the strategy and the state will be used to get the return_to url from the session and redirect the user to that url.

Query Parameters
    strategy_name string

    strategy_name will not be set for oidc but can be utilized for methods like email magic links

    state string

    for oidc & magic links

    code string
    state_options object

    state_options has additional configurations for the authentication flow at hand for example, in case of passkey, it has challenge and public key

Responses

A successful response.


Schema

    object

Loading...