Nodejs Passport Boilerplate

screenshot of Nodejs Passport Boilerplate
express

nodejs passport boilerplate

Overview:

The NodeJS Passport Boilerplate is a demo user system built in Node.js that showcases the use of passport in an Express, Jade, and Mongoose environment. It includes front pages for login, signup, and profile mock built with Twitter Bootstrap. The demo also showcases login integration with Facebook, Twitter, GitHub, and Google using Passport LocalStrategy.

Features:

  • User system in Node.js with passport integration
  • Demonstrates usage of Express, Jade, and Mongoose
  • Front pages built with Twitter Bootstrap
  • Login integration with Facebook, Twitter, GitHub, and Google using Passport LocalStrategy

Summary:

The NodeJS Passport Boilerplate is a demo user system in Node.js that shows how to use passport in an Express, Jade, and Mongoose environment. It includes front pages for login, signup, and profile mock built with Twitter Bootstrap. The demo also demonstrates login integration with various social platforms using Passport LocalStrategy. Follow the installation guide provided to set up the boilerplate on your system.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.