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.
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.