gebz97 / mandulis-ticketing-system

GNU General Public License v3.0
9 stars 8 forks source link

API - RBAC & Authorization #57

Open gebz97 opened 2 months ago

gebz97 commented 2 months ago

Currently all endpoints are unprotected, but we need to utilize JWT to authorize the API calls (JWT Already implemented).

There needs to be 4 access levels, User, Agent, Manager, and Admin