Fix JWT expiration date checking. #5

Open
opened 2024-10-14 15:12:28 +02:00 by florian · 0 comments
Owner

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.

# 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: florian/codiki-hexagonal#5