@idagio/cookie-middleware
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@idagio/cookie-middleware", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Middleware for dealing with the parsing and serialization of cookies for Node.js / Express.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# idagio-cookie-middleware | ||
# @IDAGIO/cookie-middleware | ||
@@ -13,3 +13,3 @@ Middleware for dealing with the parsing and serialization of cookies for Node.js / Express.js | ||
At IDAGIO, we've use two modules that deal with session management & authentication. Only one is open-source, because the other contains way too much application specific code to be made generic. | ||
At IDAGIO, we use two modules that deal with session management & authentication. Only one is open-source, because the other contains way too much application specific code to be made generic. | ||
@@ -16,0 +16,0 @@ ## See Also |
8747