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 Feb 15, 2023. It is now read-only.
Navigating to the order form or the order list should not be possible without being logged in. Should someone attempt to do so, they should be taken to the login page.
Current Behavior
There is no route guarding, so users can place and view orders without being logged in.
The text was updated successfully, but these errors were encountered:
Add new class, GuardedRoute, and change the order and order list pages over
to that new type of route to prevent access without being logged in.
Implements #6
Desired Behavior
Navigating to the order form or the order list should not be possible without being logged in. Should someone attempt to do so, they should be taken to the login page.
Current Behavior
There is no route guarding, so users can place and view orders without being logged in.
The text was updated successfully, but these errors were encountered: