Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 25, 2024 18:40
Show Gist options
  • Select an option

  • Save wilmoore/62d2ef07d72484869e7cedd542d6bef7 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/62d2ef07d72484869e7cedd542d6bef7 to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Development :: Authorization :: OAuth

Software Engineering :: Web :: Development :: Authorization :: OAuth

⪼ Made with 💜 by Polyglot.

related

OAuth 2.0 is a delegation protocol for accessing APIs and is the industry-standard protocol for IAM. An open authorization protocol, OAuth 2.0 lets an app access resources hosted by other web apps on behalf of a user without ever sharing the user’s credentials. It’s the standard that allows third-party developers to rely on large social platforms like Facebook, Google, and Twitter for login. To learn more, read OAuth 2.0 Authorization Framework.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment