oauth
Authorize
Mint an authorization code for the approving user. Returns the URL the browser should be redirected to (redirect_uri + code + state).
The frontend has already authenticated the user (Supabase session) and shown the consent UI; this endpoint enforces the protocol invariants.
post/oauth/authorize
Request body
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.