Question: How does PKCE authenticator refresh the tokens automatically? #713
Unanswered
orestescm76
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
-
I just implemented the PKCE authenticator in my program and it's quite faster. But my question is, how does the client keep track if the token needs refresh? I had a task that did this job but it worked sometimes. I know that is has the expires in x time, but does the client send the request on its own?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions