UNPKG

@gospime/passport-remember-me

Version:

Remember Me cookie authentication strategy for Passport.

38 lines (17 loc) 1.48 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.1.3](https://github.com/gospime/passport-remember-me/compare/v0.1.2...v0.1.3) (2019-12-01) ### Bug Fixes * minor ([a3190db](https://github.com/gospime/passport-remember-me/commit/a3190dbdda31659610e4e78e6593fa1b60421fc7)) ### [0.1.2](https://github.com/gospime/passport-remember-me/compare/v0.1.1...v0.1.2) (2019-12-01) ### Bug Fixes * corrected critical bug - undefined value ([22a6b51](https://github.com/gospime/passport-remember-me/commit/22a6b518b4a4452868d5d5f7bfde9f9b10c23ec7)) ### [0.1.1](https://github.com/gospime/passport-remember-me/compare/v0.1.0...v0.1.1) (2019-12-01) ### Bug Fixes * set request into Issue callback, the same as for Verify ([5704274](https://github.com/gospime/passport-remember-me/commit/5704274d9c11b6a345e2e40b931052ff708cf916)) ## [0.1.0](https://github.com/gospime/passport-remember-me/compare/v0.0.2...v0.1.0) (2019-12-01) ### ⚠ BREAKING CHANGES * Added ability to set request into Verify callback. Added Passport-Strategy ### Features * Added ability to set request into Verify callback. Added Passport-Strategy ([8b1ef80](https://github.com/gospime/passport-remember-me/commit/8b1ef80687d29860350239f9a0cfc984333d8291)) ### [0.0.2](https://github.com/gospime/passport-remember-me/compare/v0.0.1...v0.0.2) (2019-12-01)