You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2020. It is now read-only.
I searched the documentation for a setting that allows to expose the token expiration. I implemented a response handler, but i don't know where to take the expiration date.
Actually, it's a part of a token. You can check jwt_decode_handler method where token is decoded by jwt library. Also that library performs multiple checks, such as checking expiry time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I searched the documentation for a setting that allows to expose the token expiration. I implemented a response handler, but i don't know where to take the expiration date.
Something like:
Thanks
The text was updated successfully, but these errors were encountered: