API Integration
Review, Research, and Discussion
- How do bearer tokens work?
- bearer tokens give access to a site to user, albiet rescrited by the role the token has been assigned.
- Describe express middleware
- functions that are used to inbetween request and response.
- What is a JWT?
- JSON Web Token - is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims.
Vocab
- role based access control
- based on the role allocated to the user, they are given different functionality around the site.
- http cookies
- small blocks of data created by a web server while a user is browsing a website and placed on the user’s computer.