As we plan to expand our API and application surface area, we need to implement the use of role-based API protection. - [ ] Roles should include `guest`, `user`, `organiser`, `editor`, `admin` - [ ] We should be able to add new roles at a later date - [ ] We should be able to protect role specific routes via middleware
As we plan to expand our API and application surface area, we need to implement the use of role-based API protection.
guest,user,organiser,editor,admin