Passport.js (original) (raw)

Simple, unobtrusive authentication for Node.js

app.js — vim

passport.authenticate('facebook');('google');('apple');('microsoft');('twitter');('linkedin');('github');('openid');

Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to anyExpress-based web application. A comprehensive set of strategies support authentication using a username and password,Facebook, Twitter, and more.

500+ Strategies Now!

View All Strategies