OAuth 2.0 Deep Dive Volume 1
An OAuth Practice & Development Framework
Description
Basically we are going to taking a deep dive into the Authorization Code Grant of OAuth2.0. We will be building a user system, client system, encrypting access tokens, decrypting them, dealing with refresh tokens etc etc.. We have multiple systems to build here an authorization server resource server a SPA and an authentication front end end as well. We will be using Mongo for our data storage and Nginx to serve our SPA while node will serve our authentication front end.
What You Will Learn!
- Oauth 2.0 React Node
Who Should Attend!
- People interested in the Oauth 2.0 protocol