Fix JWT expiration date checking. #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
If you go back on application after the JWT expired, the application considers the user as authenticated until the backend is called.
After the first backend call, as the JWT is expired, the backend replies a
401 UNAUTHENTICATEDresponse.