defaultTokenChangedHandler sending expired id tokens to login api endpoint #722
Unanswered
anishadoni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I confirmed through logging that the defaultTokenChangedHandler occasionally sends an expired id token to my login endpoint.
This line in particular is stumping me
My understanding is that this should automatically refresh an expired id token. However I can clearly see in my logging in the backend that expired tokens are being sent. How is that possible?
Beta Was this translation helpful? Give feedback.
All reactions