Next: , Previous: , Up: Building OAuth Apps   [Index]


1.4.2 Authorize an OAuth App

You can enable other users to authorize your OAuth App.

GitHub’s OAuth implementation supports:

To authorize your OAuth app, consider which authorization flow best fits your app.

web application flow

Used to authorize users for standard OAuth apps that run in the browser.

device flow

Used for headless apps, such as CLI tools.

implicit grant type

Not supported