Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p-baleine/express-sample-user-auth

express-sample-user-auth
https://github.com/p-baleine/express-sample-user-auth

Last synced: 21 days ago
JSON representation

express-sample-user-auth

Awesome Lists containing this project

README

        

The example of user authentication on express.
This app using following packages:

{
"name": "application-name"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "2.5.8"
, "express-resource": "*"
, "express-messages": "*"
, "jade": ">= 0.0.1"
, "mongoose": "*"
, "session-mongoose" : "*"
}
}

TODO
* encryption
* unit test