Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 853 Bytes

File metadata and controls

14 lines (9 loc) · 853 Bytes

API Integration

  1. How do bearer tokens work?

Bearer Token A security token with the property that any party in possession of the token (a “bearer”) can use the token in any way that any other party in possession of it can.

  1. Describe express middleware

Express middleware are functions that execute during the lifecycle of a request to the Express server.

  1. What is a JWT?

JWT, or JSON Web Token, is an open standard used to share security information between two parties — a client and a server.

role based access control - Role-based access control (RBAC) is a method of restricting network access based on the roles of individual users within an enterprise.

http cookies - HTTP cookies, or internet cookies, are built specifically for Internet web browsers to track, personalize, and save information about each user's session.