reading-notes

code fellows reading notes

View on GitHub

Reading-Notes

code fellows 301

Read: 14 - Authentication

Reading

What is OAuth

  1. OAuth is an open-standard authorization protocol or framework that describes how unrelated servers and services can safely allow authenticated access to their assets without actually sharing the initial, related, single logon credential. In authentication parlance, this is known as secure, third-party, user-agent, delegated authorization.

    answer provided by CSOonline.com

  2. example: what it would look like
  3. OAuth is an authorization not an authentication.