From 37391225c480322477c20b00e57d4fe42352231a Mon Sep 17 00:00:00 2001 From: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:44:20 -0700 Subject: [PATCH 1/3] Delete individual OAuth app tokens --- .../token-expiration-and-revocation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md index d2ac91676c..da56033cd5 100644 --- a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md +++ b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md @@ -54,6 +54,8 @@ Once an authorization is revoked, any tokens associated with the authorization w The owner of an {% data variables.product.prodname_oauth_app %} can revoke an account's authorization of their app, this will also revoke any tokens associated with the authorization. For more information about revoking authorizations of your OAuth app, see "[Delete an app authorization](/rest/reference/apps#delete-an-app-authorization)." +{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization, by sending the token to GitHub. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](rest/apps/oauth-applications#delete-an-app-token)". + ## Token revoked due to excess of tokens for an {% data variables.product.prodname_oauth_app %} with the same scope {% data reusables.apps.oauth-token-limit %} From feaca757d348792ad7e5a6525d9481a04d61c97c Mon Sep 17 00:00:00 2001 From: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Date: Fri, 29 Apr 2022 21:00:23 -0700 Subject: [PATCH 2/3] Apply suggestions from code review --- .../token-expiration-and-revocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md index da56033cd5..a91e8c76cb 100644 --- a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md +++ b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md @@ -54,7 +54,7 @@ Once an authorization is revoked, any tokens associated with the authorization w The owner of an {% data variables.product.prodname_oauth_app %} can revoke an account's authorization of their app, this will also revoke any tokens associated with the authorization. For more information about revoking authorizations of your OAuth app, see "[Delete an app authorization](/rest/reference/apps#delete-an-app-authorization)." -{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization, by sending the token to GitHub. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](rest/apps/oauth-applications#delete-an-app-token)". +{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization, by sending the token to GitHub. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](/rest/apps/oauth-applications#delete-an-app-token)". ## Token revoked due to excess of tokens for an {% data variables.product.prodname_oauth_app %} with the same scope From d403b8cb764d8c5037963dde3082921d40a63700 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Mon, 9 May 2022 10:32:29 -0500 Subject: [PATCH 3/3] Add :nail_care: --- .../token-expiration-and-revocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md index a91e8c76cb..6c5ecac94e 100644 --- a/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md +++ b/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md @@ -54,7 +54,7 @@ Once an authorization is revoked, any tokens associated with the authorization w The owner of an {% data variables.product.prodname_oauth_app %} can revoke an account's authorization of their app, this will also revoke any tokens associated with the authorization. For more information about revoking authorizations of your OAuth app, see "[Delete an app authorization](/rest/reference/apps#delete-an-app-authorization)." -{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization, by sending the token to GitHub. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](/rest/apps/oauth-applications#delete-an-app-token)". +{% data variables.product.prodname_oauth_app %} owners can also revoke individual tokens associated with an authorization. For more information about revoking individual tokens for your OAuth app, see "[Delete an app token](/rest/apps/oauth-applications#delete-an-app-token)". ## Token revoked due to excess of tokens for an {% data variables.product.prodname_oauth_app %} with the same scope