carcass-auth
Version:
(Node.js) Authentication middlewares, in Carcass style.
52 lines (35 loc) • 1.09 kB
Markdown
0.4.1 / 2014-06-23
==================
* Support express-session >= 1.5 which doesn't require cookie-parser anymore.
0.4.0 / 2014-06-09
==================
* Added encodeSID() helper and use it in the encodeSID middleware.
* Improved cookieBearer middleware, to really override cookie.
* Express session changed an option: key -> name.
0.3.0 / 2014-04-24
==================
* Updated carcass.
0.2.0 / 2014-04-01
==================
* Added helpers/appendQS.
* Renamed helpers/unsignCookie to helpers/decodeSID.
* Moved to Wiredcraft.
* Moved examples to /example.
* Minor changes to coding styles and the test server.
0.1.0 / 2014-03-27
==================
* Added test.
* Added some helpers and middlewares.
* Added Gulp.
* Cleanup; to be rebuilt.
* Reorganized ignore files.
0.0.3 / 2012-12-26
==================
* Updated applications to Carcass 0.1 style.
0.0.2 / 2012-12-24
==================
* Added passport and a test of the local strategy (also as an example).
0.0.1 / 2012-12-21
==================
* Added session middleware.
* Initial commit.