How to handle token expired when user switch from background ? #553
Unanswered
florian-mlr
asked this question in
Q&A
Replies: 1 comment 8 replies
-
If you are on Android, then the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My token has a validity period of one hour but it may be that the user put the application in background and when he returns, the token has expired, so all calls launched at the moment the screen appears fail .
I would perhaps like to do a token check before each call requiring a token, is there an adapter or interceptor that allows this ?
Beta Was this translation helpful? Give feedback.
All reactions