1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Add information about OAuth token creation rate limit (#43257)

Co-authored-by: Mark Tareshawty <tarebyte@github.com>
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
Tim
2023-09-27 18:52:58 +02:00
committed by GitHub
parent 9f3693cbad
commit f08f2a9ee3

View File

@@ -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.