OAUTH
✅ OAUTH
Open Authoization
Authentication from a trusted organization, without the user having to signup, login for your company
- Share account information from google, kakako
✅ OAUTH processs
- Service Provider(SP) asks for request token to OAUTH
- OAUTH provices SP request token
- SP redirects client to OAUTH. Client authenticates himself
- OAUTH redirects client to SP
- SP requests for access toekn
- OAUTH provides access token
- SP can access client information using access token.
This post is licensed under CC BY 4.0 by the author.