As a user, I should not be able to login when I already have an active session #447
Open
3 tasks done
Labels
component: backend
issue type: bug
Something isn't working
risk: low
status: ready to work on
Prioritized and ready for a contributor to move to "In Progress"
Describe the bug
Users can technically access the
auth/login
path when already logged in. This will replace their current credentials with new ones. These means the previous credentials will be lost and the associated session cannot be logged out.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Going to the log screen when already logged in will redirect to another page, such as the about page.
Labels
needs definition
needs help
ready to work on
in progress
backlog
bug
labelAffected Components (For Developers)
Login component
Technical Resources (For Developers)
Should be able to access authToken context, and redirect when there is already a token present
The text was updated successfully, but these errors were encountered: