Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging in after an auth redirect should redirect the user to their desired page #575

Open
brassy-endomorph opened this issue Sep 11, 2024 · 0 comments

Comments

@brassy-endomorph
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

When I attempt to access a page that requires login, after logging in following the redirect, I should be redirected to the page I originally tried to access.

Describe the solution you'd like

  1. User tries to access restricted page
  2. On redirect, the URL is stored in the session
  3. The login route on successful login pop the redirect field and then redirect the user to that
  4. If no redirect field is present, use a default

Describe alternatives you've considered

Just do nothing. Leave as is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: BL-P3 - Important Bugs & UX
Development

No branches or pull requests

1 participant