[Feature Request] Role based authorization #66
Labels
Data Layer
Managing state, data, fetch info from API calls
New Feature
New feature or request
UI/UX
Requires making UI changes
Overview
There are various pages and functionality that are specific to certain roles, such as an admin. Additionally, this provides the groundwork for future functionality such as customizing a user's. Access to these resources need to be restricted and authorized based on the user's role.
Authorization will be handled with a roles based system where a collection, namely the authorization collection, will hold documents containing the associated UserId from the User's collection as well as the roles array.
Tasks
Supplemental Information
The text was updated successfully, but these errors were encountered: