Why don't use RequestController to refresh token? #1797
dtes
started this conversation in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm just looked at the source code of this project and noticed one moment when need to refresh an expired token you don't use RefreshController. handleRefresh() that helps to avoid refreshing token in parallel, why?
The place to use the method RefreshController. handleRefresh():
auth-module/src/inc/request-handler.ts
Line 62 in dfbbb54
Beta Was this translation helpful? Give feedback.
All reactions