Term | |
---|---|
encryption | the method by which information is converted into secret code that hides the information’s true meaning. |
token | coded string used to securely transfer information over the web. |
bearer | is a cryptic string, usually generated by the server in response to a login request. The client must send this token in the Authorization header when making requests to protected resources |
secret | Secret refers to a secret key or passcode that is used by a user to login, or create a login. |
JSON Web Token | is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. |
” role-based access control (RBAC) or role-based security is an approach to restricting system access to authorized users. It is an approach to implement mandatory access control (MAC) or discretionary access control (DAC)”.