How would I set up my protected routes
Unanswered
WhyFencePost (Ping Reply) posted this in #help-forum
I have a number of requirements for Auth protected routes. All users need to be able to access a number of pages by default, which will be an array. Any authed users need to be able to access another array worth of pages, and then it needs to fetch a final array from a database, based on the user email. I have no idea how to get started.