Botffy / BubiStats

Stats and data visualizations of your Bubi usage
https://bubistats.hu/
GNU General Public License v3.0
0 stars 0 forks source link

Rework unauthed access #42

Open Botffy opened 3 years ago

Botffy commented 3 years ago

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.