OAuth Start¶
Starts browser-based OAuth login.
Method and path¶
- Method:
GET - Path:
/auth/oauth/{provider}/start - Auth: not required
Path parameters¶
provider: configured provider key such asgoogleorgithub
Behavior¶
- Returns HTTP redirect
- Sends the browser to the provider authorization page
Use top-level browser navigation instead of XHR/fetch.