Skip to content
Snippets Groups Projects

Release 0.1: Authentication & Session

Merged Martin Lehoux requested to merge release-0.1 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -9,6 +9,7 @@
* `pug`: A clean, whitespace-sensitive template language for writing HTML
* `mongoose`: Mongoose MongoDB ODM
* `body-parser`: Node.js body parsing middleware
* `morgan`: HTTP request logger middleware for node.js
### To use
* `joi`: Object schema description language and validator for JavaScript objects.
@@ -16,7 +17,7 @@
## Release
### Next: v0.1.0
* [X] Authentication and session
* [ ] Authentication and session
* [ ] Validate mongoose models
* [ ] Make mongoose unique index work
Loading