Social Login
POST /auth/login/social
Completes the login process and provides the authenticated user with their authentication token.
Request headers required. See Request Headers for more information.
Required Permissions
Since this endpoint is not authenticated, the permissions apply to the application only.
Name | Conditions |
---|---|
| Always Required |
| Always Required |
| Always Required |
Request body
|
| idToken provided by an IDP such as Google |
|
| type of the idToken, for now only |
Example:
Responses
See Common Errors for common errors.
See User Login Errors for user login errors.
Success - a user authentication token
Last updated