Frontend throws internal server errors if it gets an invalid token from a cookie #3
Labels
No Label
Component/Backend
Component/Core
Component/Frontend
Priority
Critical
Priority
Low
Resolution
Done
Resolution
Wontfix
RFC
Type
Bug
Type
Enhancement
Type
Optimization
Type
Refact
Upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ry/datarekisteri#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
This is related to invalid login credentials throwing errors. The frontend server should remove the cookie if the token is invalid and then redirect the user to relogin. Currently tokens expire only when a user has logged in but not verified their email in a week, after which their account is deleted. This probably doesn’t happen all too often, so this has low priority.