1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Files
docs/data/reusables/apps/expiring_user_authorization_tokens.md
2020-11-02 15:12:44 -06:00

466 B

{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} To keep user-to-server access tokens more secure, you can use access tokens that will expire after 8 hours, and a refresh token that can be exchanged for a new access token. For more information, see "Refreshing user-to-server access tokens." {% endif %}