From 60f25c5939000ead426bbfc7299d482eaba707ec Mon Sep 17 00:00:00 2001 From: Kagamino <kagamino@8086.rez-gif.supelec.fr> Date: Mon, 11 Feb 2019 02:43:28 +0100 Subject: [PATCH] still missing logout --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77b02bd..b5fe368 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab