mdesilva / passport-auth

Demonstrates how to authenticate users in express based applications using passport-js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passport-auth

Simple, concise guide that overlays the basics of authenticating users locally when logging into an web application using the robust and modular authentication library, passport-js. Passport, once user is successfully logged in, securely stores their data in a session(cookie), and makes it easy to fetch their session when displaying and updating user-specific data.

About

Demonstrates how to authenticate users in express based applications using passport-js.


Languages

Language:JavaScript 55.8%Language:HTML 44.2%