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
Currently it is not possible to know when a token is expired unless making a call that will fail due to the expired token.
A good way would be to have an endpoint giving us when the token will be expired.
This way, in the front we will be able to handle the expiration of the token correctly and avoid having to do useless calls.
The text was updated successfully, but these errors were encountered:
Description
Currently it is not possible to know when a token is expired unless making a call that will fail due to the expired token.
A good way would be to have an endpoint giving us when the token will be expired.
This way, in the front we will be able to handle the expiration of the token correctly and avoid having to do useless calls.
The text was updated successfully, but these errors were encountered: