browser-extension

Create Extension Credential

Exchange a full Supabase session for a narrow installation credential.

The extension calls this once right after connecting, stores the opaque credential, and discards the session — so a compromised extension storage leaks a revocable, extension-only bearer instead of the account. Only a full session may mint; an installation credential cannot widen itself. The raw value appears exactly once, in this response.

post/browser-extension/credentials/

Response

Successful Response

credentialstring required
expires_atstring date-time required
scopesstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.