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


1.2.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. (The implicit grant type is not supported.)

device flow

Used for headless apps, such as CLI tools.