KrisVan / Pickleball-Scheduler

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

Added RequireUser to private User routes #64

Closed KrisVan closed 9 months ago

KrisVan commented 9 months ago

Addeda RequireUser component that checks whether the user matches the route parameter username in the context, or if the user is an admin. Wrapped around /user/:username routes. Closes #63.