FIX: Login Redirection Changes #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
When a user who is not authenticated attempts to access a route that requires authentication, they are redirected to the login page. Upon logging in, they are directed to the home page, but they should be directed to the page they originally came from.
This can be done using a cookie that is set when they are taken somewhere, and then removed when they are directed.