The Authorization and Proxy-Authorization request headers contain the credentials to authenticate a user agent with a (proxy) server.
A secret, a token, username, and password that are all encrypted.
Using a decoder and jwt.verify()
RBAC
- Role-based access control is a way of restricting network access based on the roles of individual users
User Roles
- Allows certain users to have permissions when performing CRUD methods
JWT
- JSON Web Tokens are used to share security information between two parties