growthmindsit

API Integration

Review, Research, and Discussion

  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.
  2. Describe express middleware ? Express middleware are functions that execute during the lifecycle of a request to the Express server.
  3. 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. The tokens are signed either using a private secret or a public/private key.

Document the following Vocabulary Terms

Github view