As a game server manager, I want it to be made clear that I need to login, so that I can use routes that require authorization.
Currently users can visit pages like "New Server" without being logged in. This is confusing because when they try to use the form they will get the following error:
Unexpected token u in JSON at position 4
These routes should be hidden from navigation if not logged in, and the user should be sent to the login page if trying to visit these routes.
Requirements
As a game server manager, I want it to be made clear that I need to login, so that I can use routes that require authorization.
Currently users can visit pages like "New Server" without being logged in. This is confusing because when they try to use the form they will get the following error:
These routes should be hidden from navigation if not logged in, and the user should be sent to the login page if trying to visit these routes.
Requirements