Mastery Points
0

OAuth 2.0 Auth in authentication

Context & Logic

OAuth 2.0 is an authorization framework that lets users grant third-party apps limited access to their accounts without sharing passwords. Common flows: Authorization Code (web apps), Implicit (SPAs), Client Credentials (server-to-server).