Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.21 KB

File metadata and controls

44 lines (33 loc) · 1.21 KB

Build Status Dependency Status

A modular implementation of authentication in a Node.js Express application.

Database MongoDB / Mongoose ODM
Testing Mocha / Should.js
Integration Tests Supertest / Superagent
Templating Jade

Usage

Here is how to use it.

Install it

git clone git@github.com:nickbarth/ExpressAuth.git
cd ExpressAuth
npm install

And run it!

node index.js
Server listening on port 5000

License

MIT © 2013 Nick Barth