Fixed issue where expired sessions showed "Unauthorized User" by implementing token refresh or redirect to login page. #70
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Bug#190_Request_JWT_Token"
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?
Before Changes:
When a user session expires on the idle website, the application currently returns an error with the message "Unauthorized User."
After Changes: