OAuth 2.1 authorization endpoint (renders the consent screen)
OAuth
OAuth 2.1 authorization endpoint (renders the consent screen)
Begins the authorization-code + PKCE flow. Identity is delegated to Supabase GoTrue via the Mnemom session cookie; an unauthenticated user is redirected to the hosted login and returns here. With a valid session, renders the server-side consent screen listing the requested scopes in product language. PKCE S256 is mandatory; redirect_uri must exactly match one registered for the client.
GET
OAuth 2.1 authorization endpoint (renders the consent screen)
Query Parameters
Available options:
code Example:
"mcp:read mcp:write"
Available options:
S256 Response
Consent screen (HTML).
The response is of type string.
Exchange a GoTrue refresh token for a mnemom_session cookieSubmit the OAuth consent decision (Allow / Deny)