From 09592a2636846c0adb62aaef55e1af5e3c08857a Mon Sep 17 00:00:00 2001 From: Evan Read <eread@gitlab.com> Date: Mon, 4 Jul 2022 15:12:08 +1000 Subject: [PATCH] Refine content about access token expiration --- doc/integration/oauth_provider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md index 4031f3a52e769..962f5c4e5fba8 100644 --- a/doc/integration/oauth_provider.md +++ b/doc/integration/oauth_provider.md @@ -96,8 +96,8 @@ The ability to opt-out of expiring access tokens was [deprecated](https://gitlab in GitLab 14.3 and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/340848) in 15.0. All existing integrations must be updated to support access token refresh. -Access tokens expire in two hours which means that integrations that use them must support generating new access -tokens at least every two hours. +Access tokens expire after two hours. Integrations that use access tokens must generate new ones at least every +two hours. When applications are deleted, all grants and tokens associated with the application are also deleted. -- GitLab