Fantasy-Fit / fantasy-fit-web

Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Auth does not redirect to login page after JWT has expired #146

Closed chris-t-li closed 1 year ago

chris-t-li commented 1 year ago

After JWT expiry, and user tries to login. The authentication fails because token has expired. However, user is not redirected to login page when this occurs.

Screen Shot 2023-05-25 at 10 41 41 AM

Screen Shot 2023-05-25 at 10 41 26 AM
Hasrivastav commented 1 year ago

Hello there! I would like to contribute to this project and work on the "Auth does not redirect to login page after JWT has expired" issue.
I have experience with authentication systems and handling JWTs, and I believe I can help address this problem. Please assign this issue to me so that I can start working on it.

chris-t-li commented 1 year ago

I have assigned this to you. Please create a new branch to work on. When you are ready, create a PR for review.

Some notes on how I intend to address this issue:

chris-t-li commented 1 year ago

PR #147 fixes this issue.