
Authorizing OAuth apps - GitHub Docs
GitHub's OAuth implementation supports the standard authorization code grant type and the OAuth 2.0 Device Authorization Grant for apps that don't have access to a web browser. If you …
Creating an OAuth app - GitHub Docs
GitHub Apps use fine-grained permissions, give the user more control over which repositories the app can access, and use short-lived tokens. For more information, see Differences between …
授权 OAuth 应用 - GitHub 文档
GitHub 的 OAuth 实现支持标准 授权代码授权类型 和对无权访问 Web 浏览器的应用的 OAuth 2.0 设备授权。 如果想跳过以标准方式授权应用(例如在测试应用时),可以使用 非 Web 应用程 …
Building OAuth apps - GitHub Docs
In general, GitHub Apps are preferred to OAuth apps because they use fine-grained permissions, give more control over which repositories the app can access, and use short-lived tokens.
REST API endpoints for OAuth authorizations - GitHub Docs
About OAuth apps and OAuth authorizations of GitHub Apps You can use these endpoints to manage the OAuth tokens that OAuth apps or GitHub Apps use to access people's accounts …
OAuth apps - GitHub Docs
OAuth apps Learn how to build and maintain OAuth apps. Using OAuth apps Installing an OAuth app in your personal account Installing an OAuth app in your organization Authorizing OAuth …
Authorizing OAuth apps - GitHub Docs
You can connect your GitHub identity to third-party applications using OAuth. When authorizing an OAuth app, you should ensure you trust the application, review who it's developed by, and …
Authenticating to the REST API with an OAuth app - GitHub Docs
To help you gracefully handle these situations, all API responses for requests made with valid OAuth app tokens also contain an X-OAuth-Scopes header. This header contains the list of …
GitHub - hickford/git-credential-oauth: A Git credential helper that ...
No more passwords! No more personal access tokens! No more SSH keys! git-credential-oauth is a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket and Gerrit …
Differences between GitHub Apps and OAuth apps
In general, GitHub Apps are preferred to OAuth apps because they use fine-grained permissions, give more control over which repositories the app can access, and use short-lived tokens.