drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Implement actual user roles #31

Closed drbenschmidt closed 3 years ago

drbenschmidt commented 3 years ago

The security model is setup to allow roles to be given to users and have endpoints for part of the frontend restrict access.

Currently there is only the Admin role, but we should have a role for each section to allow Create/Update/Delete, and just allow Read for every authenticated user.

drbenschmidt commented 3 years ago

Completed in #40