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 UNAUTHENTICATED response.
# 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 UNAUTHENTICATED` response.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.