Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
OAuth 2.0 Deep Dive Volume 1
Rating: 3.7 out of 5(7 ratings)
6,472 students

OAuth 2.0 Deep Dive Volume 1

An OAuth Practice & Development Framework
Created byZach LaCourse
Last updated 10/2020
English

What you'll learn

  • Oauth 2.0 React Node

Course content

11 sections95 lectures21h 20m total length
  • What were building7:48
  • Some Context and Direction introduction6:38
  • Resources
  • Nginx NodeJs + The Interface 0023:51
  • Nginx NodeJs + The Interface 0034:36
  • Nginx NodeJs + The Interface 0049:31
  • Nginx NodeJs + The Interface 0057:47
  • Setup Mongo 0066:38

Requirements

  • Web Server

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.

Who this course is for:

  • People interested in the Oauth 2.0 protocol