API Integration
Review, Research, and Discussion
-
How do bearer tokens work?
- The bearer token is taking in the password and then creats a json web token based on password and a secret. By checking the token, we can get the user’s identification.
-
Describe express middleware
- functions that execute during the lifecycle of a request to the Express server
-
What is a JWT?
- is an open standard used to share security information between two parties
Document the following Vocabulary Terms
- role based access control: it sets the restrictions to users based on their role
- http cookies: a small piece of data that a server sends to a user’s web browser