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

Implementing Persistent Redirection for Signed-In Users #51

Open
mlajkim opened this issue Jul 8, 2023 · 0 comments
Open

Implementing Persistent Redirection for Signed-In Users #51

mlajkim opened this issue Jul 8, 2023 · 0 comments
Labels

Comments

@mlajkim
Copy link
Contributor

mlajkim commented Jul 8, 2023

At present, if you're already signed in and attempt to access http://localhost:3000/welcome directly, the system will redirect you to the main app page at http://localhost:3000.

We would like to implement the same mechanism for http://localhost:3000/signin. This way, even if a user signs in, is redirected to the main app page, and then clicks the back button, they will be forcibly redirected to the main app page again.

@mlajkim mlajkim added the bug label Jul 8, 2023
@mlajkim mlajkim changed the title When signed in and scroll backed, it must go back to the main app Implementing Persistent Redirection for Signed-In Users Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant