You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
I can still access the home screen (the "/" route) even after login, which exposes the login and signup buttons on the navbar, allowing me to visit the signup page while already logged in.
Possible fix
Modify Route guard to prevent user from seeing the home page after being authenticated
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report this issue.
Could you please provide more details regarding the specific vulnerabilities or threats that users may face as a result of this access? Additionally, if possible, could you explain how this could be exploited or cause harm? Any examples of how users may be negatively impacted would also be helpful.
We look forward to hearing back from you and continuing this discussion.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe behavior
I can still access the home screen (the "/" route) even after login, which exposes the login and signup buttons on the navbar, allowing me to visit the signup page while already logged in.
Possible fix
Modify Route guard to prevent user from seeing the home page after being authenticated
The text was updated successfully, but these errors were encountered: