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
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
Hide routes requiring authorization from nav
Redirect users trying to visit authorized routes when not logged to login
Either show useful errors if auth expired after reaching a route or redirect
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: