Redirect to provider for authentication
GET/auth/:providerName
Redirect to provider for authentication
Request
Path Parameters
providerName stringrequired
Possible values: [discord
, facebook
, google
, twitch
, twitter
, ultra
]
The name of the identity provider. Allowed values are: discord, facebook, google, twitch, twitter, ultra
Responses
- 302
- default
Redirects to provider authentication
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...