-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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.