Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 422 Bytes

Nodejs-Site-Authentication

Nodejs project using passport, express sessions, flash messaging, passport and nodemailer.

Simple website using handlebars as a template engine.

middleware handle with bodyparser, cookieparser, express-session, flash-messaging.

MongoDb database and hashing passwords with bcryptjs.

Token generation with randomstring.

Connecting email sending via Mailgun and token verification locally.