Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 15 of 301:

Readings: Authentication

Reading: What is OAuth

  • What is OAuth?
  • Give an example of what using OAuth would look like.
  • How does OAuth work? What are the steps that it takes to authenticate the user?
  • What is OpenID?

Reading: Authorization and Authentication flows

  • What is the difference between authorization and authentication?
  • What is Authorization Code Flow?
  • What is Authorization Code Flow with Proof Key for Code Exchange (PKCE)?
  • What is Implicit Flow with Form Post?
  • What is Client Credentials Flow?
  • What is Device Authorization Flow?
  • What is Resource Owner Password Flow?

Bookmark and Review

Auth0 for single page apps

Things I want to know more about:

Coming Soon!