Open Issues Need Help
View All on GitHub Client-side authorization handling 3 months ago
AI Summary: Implement a login page and client-side authorization handling for a web application using JWT tokens. This includes handling token expiration (redirecting to login on 401 errors), and preparing for permission errors (displaying appropriate messages for 403 errors, such as 'You are not authorized to view this'). The backend authentication/authorization is already implemented.
Complexity:
4/5
enhancement help wanted