FIX: Login Redirection Changes #30

Open
opened 2025-07-23 18:02:11 -07:00 by azpect · 0 comments
Owner

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.

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.
azpect added the
Priority
Low
Kind/Enhancement
labels 2025-11-24 11:17:33 -07:00
Sign in to join this conversation.
No description provided.