When the user is not auth'ed, we display the InfoPage in the StatPage and elsewhere. I did it this way because I like soft redirects, and we have no login page to redirect to anyway.
Once #14 necessitates a login page, we will be able to use vue route guards in the traditional way.
When the user is not auth'ed, we display the InfoPage in the StatPage and elsewhere. I did it this way because I like soft redirects, and we have no login page to redirect to anyway.
Once #14 necessitates a login page, we will be able to use vue route guards in the traditional way.