Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p-baleine/express-sample-user-auth
- Owner: p-baleine
- Created: 2012-06-30T10:46:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-07T09:44:52.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:20:55.415Z (7 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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