1
0
mirror of synced 2026-01-05 12:07:35 -05:00

fix versioning for user-to-server token expiration (#21464)

This commit is contained in:
Steve Guntrip
2021-09-13 12:15:46 +01:00
committed by GitHub
parent bc7e737f1d
commit 9ce104c900

View File

@@ -55,8 +55,6 @@ The owner of an {% data variables.product.prodname_oauth_app %} can revoke an ac
{% data reusables.apps.oauth-token-limit %}
{% ifversion fpt or ghae or ghes > 3.1 %}
## User token revoked due to {% data variables.product.prodname_github_app %} configuration
User-to-server tokens created by a {% data variables.product.prodname_github_app %} will expire after eight hours by default. Owners of {% data variables.product.prodname_github_apps %} can configure their apps so that user-to-server tokens do not expire. For more information about changing how your {% data variables.product.prodname_dotcom %} App's user-to-server tokens behave, see "[Activating optional features for apps](/developers/apps/getting-started-with-apps/activating-optional-features-for-apps)."
{% endif %}