amaclean2 / SundayPeak

The repo for Sunday Peak
https://sundaypeak.com
2 stars 0 forks source link

handle ui routes when a user isn't logged in #159

Open amaclean2 opened 10 months ago

amaclean2 commented 10 months ago

When a user goes to something like /user/3 when they aren't logged in. There isn't really anything meaningful. Create a list of all routes that are accessible outside of being logged in, and make everything else redirect to the login screen.