View on GitHub

reading-notes

Reading: Access Control (ACL)

Review, Research, and Discussion

  1. When is Basic Authorization used vs. Bearer Authorization?
    • basic used when the user sign in kind of authuntication ,while bearer to check if the user valid or has the permission to do .
  2. What does the JSON Web Token package do?
    • it creates and verifies the token for the user.
  3. What considerations should we make when creating and storing a SECRET?
    • should be more complicated.

DOCUMENTATION

encryption
its a method to protect the sensitive data by encoded it token
its a proxy to void user save his data on the browser. bearer
its a level of security that used to check the user validatation and available actions to do in the app by checking and verifying the token secret
its a signeture used once the client create and verify tokens JSON Web Token
it’s a package used to create tokens

PREVIEW

Which 3 things had you heard about previously and now have better clarity on?

img