auth
Authorize
Start an OAuth sign-in: where to send the browser, and the state to keep.
A GET, and safe: it reads configuration and mints a random value, writing nothing. Repeating it simply produces another state, and only the one the browser kept is the one it will compare against.
get/v1/auth/oauth/{provider}/authorize
Path parameters
providerstring required
Which OAuth provider to sign in with.
Which OAuth provider to sign in with.
Response
Successful Response
Changes
Changed in 1 of the 133 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○