From f08f2a9ee3a061db8fddcc48fff5b2022db08279 Mon Sep 17 00:00:00 2001 From: Tim <103634854+sn2b@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:52:58 +0200 Subject: [PATCH] Add information about OAuth token creation rate limit (#43257) Co-authored-by: Mark Tareshawty Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- data/reusables/apps/oauth-token-limit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/apps/oauth-token-limit.md b/data/reusables/apps/oauth-token-limit.md index 64dd1ae137..8e724da194 100644 --- a/data/reusables/apps/oauth-token-limit.md +++ b/data/reusables/apps/oauth-token-limit.md @@ -1 +1 @@ -There is a limit of ten tokens that are issued per user/application/scope combination. If an application creates more than 10 tokens for the same user and the same scopes, the oldest tokens with the same user/application/scope combination will be revoked. +There is a limit of ten tokens that are issued per user/application/scope combination, with a maximum rate limit of ten tokens created per hour. If an application creates more than ten tokens for the same user and the same scopes, the oldest tokens with the same user/application/scope combination are revoked. However, hitting the hourly rate limit will not revoke your oldest token. After the hour has passed, you will be able to create a token again, and by doing so your oldest token will be revoked.