Minor edits to remove OAuth mentions (#37246)

This commit is contained in:
Sarah Edwards 2023-05-24 09:20:02 -07:00 коммит произвёл GitHub
Родитель d64f6c7e4c
Коммит feaf773164
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 10 удалений

Просмотреть файл

@ -186,13 +186,7 @@ end
Try opening a new issue in your test repository and see what happens! If nothing happens right away, try refreshing.
You won't see much in the Terminal, _but_ you should see that a bot user has added a label to the issue.
{% note %}
**Note:** When GitHub Apps take actions via the API, such as adding labels, GitHub shows these actions as being performed by _bot_ accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)."
{% endnote %}
You won't see much in the Terminal, _but_ you should see that the {% data variables.product.prodname_github_app %} has added a label to the issue.
If so, congrats! You've successfully built a working app! 🎉

Просмотреть файл

@ -55,7 +55,7 @@ You can prompt users to authorize your {% data variables.product.prodname_github
## Enabling or disabling the device flow
You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)" and "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)."
You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)."
{% data reusables.apps.navigate-to-app-settings-this-article %}
1. Under "Identifying and authorizing users," select or deselect **Enable Device Flow**.

Просмотреть файл

@ -12,7 +12,7 @@ children:
- /installing-an-oauth-app-in-your-personal-account
- /installing-an-oauth-app-in-your-organization
- /authorizing-oauth-apps
- /reviewing-your-authorized-applications-oauth
- /reviewing-your-authorized-oauth-applications
- /connecting-with-third-party-applications
---

Просмотреть файл

@ -1,11 +1,12 @@
---
title: Reviewing your authorized applications (OAuth)
title: Reviewing your authorized OAuth applications
intro: 'You should review your authorized applications to verify that no new applications with expansive permissions are authorized, such as those that have access to your private repositories.'
redirect_from:
- /articles/reviewing-your-authorized-applications-oauth
- /github/authenticating-to-github/reviewing-your-authorized-applications-oauth
- /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
- /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
- /apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth
versions:
fpt: '*'
ghes: '*'