KrisVan / Pickleball-Scheduler

Schedule pickleball with friends with weather in mind
https://pickleball-scheduler-three.vercel.app
3 stars 2 forks source link

55 role authorization with protected routes #56

Closed KrisVan closed 9 months ago

KrisVan commented 9 months ago

Set up protected routes for admin pages. The RequireAuth component can be used to require a role for its nested routes. Closes #55.