Skip to content

Files

Latest commit

 

History

History
10 lines (5 loc) · 577 Bytes

oauth-2-in-action.md

File metadata and controls

10 lines (5 loc) · 577 Bytes

OAuth 2 in Action

> Home

Chapter 1. What is OAuth 2.0 and why should you care?

The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. (link)

> Home