Next: Set Scopes for an OAuth App, Previous: Create an OAuth App, Up: Building OAuth Apps on GitHub [Index]
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.
Used to authorize users for standard OAuth apps that run in the browser. (The implicit grant type is not supported.)
Used for headless apps, such as CLI tools.
• Web Application Flow | ||
• Device Flow | ||
• Non-Web Application Flow | ||
• Redirect URLs | ||
• Creating Multiple Tokens for OAuth Apps | ||
• Directing Users to Review Their Access |