Skip to content

Commit a5370ff

Browse files
update migrating-oauth-apps-to-github-apps.md to include requested ch… (#8640)
1 parent dcfb0e2 commit a5370ff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ These guidelines assume that you have a registered OAuth App{% ifversion fpt %}
4040
1. [Understand the different methods of authentication](#understand-the-different-methods-of-authentication)
4141
1. [Direct users to install your GitHub App on repositories](#direct-users-to-install-your-github-app-on-repositories)
4242
1. [Remove any unnecessary repository hooks](#remove-any-unnecessary-repository-hooks)
43-
1. [Encourage users to revoke access to your OAuth app](#encourage-users-to-revoke-access-to-your-oauth-app)
43+
1. [Encourage users to revoke access to your OAuth App](#encourage-users-to-revoke-access-to-your-oauth-app)
44+
1. [Delete the OAuth App](#delete-the-oauth-app)
4445

4546
### Review the available API endpoints for GitHub Apps
4647

@@ -100,4 +101,8 @@ Once your GitHub App has been installed on a repository, you should remove any u
100101

101102
### Encourage users to revoke access to your OAuth app
102103

103-
As your GitHub App installation base grows, consider encouraging your users to revoke access to the legacy OAuth integration. For more information, see [Authorizing OAuth Apps](/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps)
104+
As your GitHub App installation base grows, consider encouraging your users to revoke access to the legacy OAuth integration. For more information, see "[Authorizing OAuth Apps](/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps)."
105+
106+
### Delete the OAuth App
107+
108+
To avoid abuse of the OAuth App's credentials, consider deleting the OAuth App. This action will also revoke all of the OAuth App's remaining authorizations. For more information, see "[Deleting an OAuth App](/developers/apps/managing-oauth-apps/deleting-an-oauth-app)."

0 commit comments

Comments
 (0)