From ced20bab7d8c317a05823ebe804a51bc741cdad8 Mon Sep 17 00:00:00 2001 From: Mike Mwanje <41787587+123MwanjeMike@users.noreply.github.com> Date: Sat, 10 Jul 2021 17:42:24 +0300 Subject: [PATCH 1/2] Update migrating-oauth-apps-to-github-apps.md These changes are to include the 'Delete OAuth App' step in 'Migrating OAuth Apps to GitHub Apps' --- .../migrating-oauth-apps-to-github-apps.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md index 408e854582ff..a450696f0053 100644 --- a/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md +++ b/content/developers/apps/getting-started-with-apps/migrating-oauth-apps-to-github-apps.md @@ -40,7 +40,8 @@ These guidelines assume that you have a registered OAuth App{% ifversion fpt %} 1. [Understand the different methods of authentication](#understand-the-different-methods-of-authentication) 1. [Direct users to install your GitHub App on repositories](#direct-users-to-install-your-github-app-on-repositories) 1. [Remove any unnecessary repository hooks](#remove-any-unnecessary-repository-hooks) -1. [Encourage users to revoke access to your OAuth app](#encourage-users-to-revoke-access-to-your-oauth-app) +1. [Encourage users to revoke access to your OAuth App](#encourage-users-to-revoke-access-to-your-oauth-app) +1. [Delete the OAuth App](#delete-the-oauth-app) ### Review the available API endpoints for GitHub Apps @@ -100,4 +101,8 @@ Once your GitHub App has been installed on a repository, you should remove any u ### Encourage users to revoke access to your OAuth app -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) +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)." + +### Delete the OAuth App + +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)." From e06d51b9c037501d54e0acedfb5f821cd723e503 Mon Sep 17 00:00:00 2001 From: Mike Mwanje <41787587+123MwanjeMike@users.noreply.github.com> Date: Thu, 29 Jul 2021 17:43:30 +0300 Subject: [PATCH 2/2] update migrating-oauth-apps-to-github-apps.md to include requested changes This is in relation to the similar PR to github doc that had conflicts not solvable by the github maintainers