cURL
curl --request POST \ --url https://api.example.com/v2/databases/{database}/auth/callback/{provider}
{ "user": { "name": "User Name", "email": "user@example.com", "image": "https://example.com/user.png" } }
Handles the callback from an authentication provider.
The string (id or name, depending on the credentials)
the name of the provider (credentials, google, etc)
Successful callback
Show child attributes
Was this page helpful?