kahikatea-2022 / Time-Exchange

0 stars 1 forks source link

Add Protected Routes #27

Open MarvinTheParanoid opened 2 years ago

MarvinTheParanoid commented 2 years ago

Users should only be able to go to the home route when not logged in. If they try to go to another route it should redirect them to home. Look into protected routes

MarvinTheParanoid commented 2 years ago

This might a little tricky with the delay from getting Auth0 info post Auth0 redirect. Would need to make sure we're using Waiting correctly.