Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
Third party client app: it needs to access users' protected resource
Resource server: a web server which expose users' protected resource to outside users
Authorization server: issue access token to client app after resource owner grant the permission
Resource owner: the owner of a resource who wants to share it with third party apps.
Choose between OAuth modes:
Simlplest guide:
Good reference: Ruanyifeng overview -