Reading-Notes

Class 34 Summary:

API Integration :

How do bearer tokens work?

Describe express middleware

What is a JWT?

Document the following Vocabulary Terms :

Term  
role based access control 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).
http cookies is a small piece of data that a server sends to the user’s web browser. The browser may store it and send it back with later requests to the same server.

Sources:

source1 source2 source3