Exchange a GoTrue refresh token for a mnemom_session cookie
Auth
Exchange a GoTrue refresh token for a mnemom_session cookie
Mirror of /auth/cli-exchange in the opposite direction. Called by the SPA after landing on a Supabase implicit-flow redirect (magic-link login), whose session tokens arrive in the URL fragment. The endpoint performs the GoTrue refresh grant server-side — proving possession and consuming the single-use refresh token — then registers a session and sets the HttpOnly mnemom_session cookie. JSON-only; no redirect parameter. Rate-limited like sibling auth endpoints.
POST
Exchange a GoTrue refresh token for a mnemom_session cookie
Set the authenticated user's active orgOAuth 2.1 authorization endpoint (renders the consent screen)