stradap / authentication-in-nodejs-with-oauth2

Source code for Tuts+ course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructor: Jeremy McPeak

Authentication is a critical part of almost every web application. Today our users expect more than simple local authentication. They want support for third party authentication, so they can use a single account to sign in to multiple website. OAuth and OAuth2 are protocols for doing just that.

Source Files Description

The source repository for this course contains folders for the sample code created in each lesson. Each lesson contains one or more complete Node.js projects, ready to run and to experiment with.


These are source files for the Tuts+ course: Authenticate Node.js With OAuth 2.0

Available on Tuts+. Teaching skills to millions worldwide.

About

Source code for Tuts+ course

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 70.4%Language:HTML 29.6%