Skip to the content.

Home Page

Class 08 Notes

Review, Research, and Discussion

  1. You would use basic auth when signing in to a profile amd trying to retreive basic information. You would use bearer auth when trying to make sure that the user, trying to collect deep information, is allowed and is not trying to manipulate or see what is in the req.
  2. The JSON Web Token package allows you to use token authentication in your code.
  3. When making a SECRET, we should make sure that the SECRET is unique and kept secret.

Terms