From 65ac7c2d707343402b6dfec056b6967f336aad43 Mon Sep 17 00:00:00 2001 From: Lacy Morrow Date: Wed, 4 Sep 2024 15:53:22 -0400 Subject: [PATCH] Update refresh-token-rotation.mdx --- docs/pages/guides/refresh-token-rotation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/guides/refresh-token-rotation.mdx b/docs/pages/guides/refresh-token-rotation.mdx index 683d72762f..2a4330844c 100644 --- a/docs/pages/guides/refresh-token-rotation.mdx +++ b/docs/pages/guides/refresh-token-rotation.mdx @@ -26,7 +26,7 @@ Auth.js libraries can be configured to use this `refresh_token` to obtain a new at the same time. The Auth.js team is aware of this and would like to provide a solution in the future. This might include some "lock" mechanism to prevent multiple requests from trying to refresh the token at the same time, but that - comes with the drawback of potentically creating a bottleneck in the + comes with the drawback of potentially creating a bottleneck in the application. Another possible solution is background token refresh, to prevent the token from expiring during an authenticated request.