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
User story:
As an unauthorized user, I want to be redirected to the Sign In page, so that I can access secure and authorized features of the application only after providing valid authentication credentials.
Acceptance criteria:
The Protected Route wrapper should be integrated into the application’s routing system.
If an unauthorized user tries to access a protected route, they should be automatically redirected to the Sign In page.
If an authorized user tries to access a sign in or sign up page, they should be automatically redirected to the Root page.
The text was updated successfully, but these errors were encountered:
User story:
As an unauthorized user, I want to be redirected to the Sign In page, so that I can access secure and authorized features of the application only after providing valid authentication credentials.
Acceptance criteria:
The Protected Route wrapper should be integrated into the application’s routing system.
If an unauthorized user tries to access a protected route, they should be automatically redirected to the Sign In page.
If an authorized user tries to access a sign in or sign up page, they should be automatically redirected to the Root page.
The text was updated successfully, but these errors were encountered: