Programming ConceptsOAuth 2.0

OAuth 2.0 is an authentication framework that allows secure access to resources without sharing passwords, commonly used for social logins.

Example:
1. User logs in with Google.
2. Google issues a token.
3. Your app uses token to access user's data securely.