v2.0.1 (2018-07-09)
Implemented enhancements:
- Rate Limit Authenticate and Reset Password Requests #69
Closed issues:
- Installation issue #102
- Unexpected slashes in resetToken #101
- can't login after change password #96
- Migration error from disallow external #95
- Setting up authManagement in Nuxt.js gives not authenticated error (feathers-vuex) #93
- Password hash on reset differs from account creation #92
- Documentation #91
- Possible user information leak: sendRestPwd action? #90
- authManagement:verifySignup - Method: create: users.find is not a function #74
- questions on docs #8
Merged pull requests:
- migrate to featchers-common-hooks v4 #103 (Anton-Nikishkin)
v2.0.0 (2018-01-25)
Implemented enhancements:
- migrate to feathersjs v3 #89 (lwhiteley)
- Fix reset password short reset token to work as advertised in the documentation #88 (fiddler)
- Fix for #55 #84 (claustres)
Closed issues:
- Purpose of resetShortToken #83
v1.0.3 (2017-12-30)
Closed issues:
- how to pass hook data to the notifier #82
- resendVerifySignup failed #80
- After resetting password user not able to login #78
v1.0.2 (2017-11-28)
v1.0.1 (2017-11-28)
Implemented enhancements:
Closed issues:
v1.0.0 (2017-09-17)
Implemented enhancements:
- Securely encrypts reset token before storing in the database #68 (codingfriend1)
Closed issues:
- Error on verification: size must be a number >= 0 #70
- Passwordless Example #67
- Question: How to use sendResetPwd when find is authenticated in users service #66
Merged pull requests:
- Update debug to the latest version 🚀 #65 (greenkeeper[bot])
v0.7.0 (2017-08-06)
v0.5.0 (2017-08-06)
Implemented enhancements:
- Make randomDigits use crypto.randomBytes #63 (micaksica2)
- Allow hook.addVerification on Patch and Update hooks #62 (amaurymartiny)
- Add skipIsVerifiedCheck option for sendResetPwd #61 (marbemac)
- Updated URL to docs in doc.feathersjs.com #57 (eddyystop)
- fix docs #56 (sylvainlap)
Fixed bugs:
- removeVerification not suitable as an after find hook #55
Closed issues:
- An in-range update of feathers-errors is breaking the build 🚨 #60
- hooks.addVerification should also be possible in Before Patch and Update hooks #59
- Prevent changes on PATCH #54
- populateUser hook in doc #52
- Im unable to ping feathers server from react native. #50
- Allow user to reset password if not yet verified #41
Merged pull requests:
- Update sift to the latest version 🚀 #58 (greenkeeper[bot])
v0.4.2 (2017-07-01)
v0.4.1 (2017-07-01)
Implemented enhancements:
- Switched to node's crypto builtin #51 (eddyystop)
- removed not required crypto package from dependency #49 (hardik127)
Merged pull requests:
- Update feathers-authentication-local to the latest version 🚀 #48 (greenkeeper[bot])
v0.4.0 (2017-05-30)
Implemented enhancements:
- added
sanitizeUserForClient
to options #47 (markacola) - Update docs for addVerification hook #34 (zacaytion)
- Docs fixes #30 (shawnlauzon)
- Edited docs to say example uses auth 1.0 #28 (eddyystop)
Closed issues:
- option to customize
sanitizeUserForClient
function #46 - Example Application #42
- Does this package really need to require ECMAScript 2015? #29
- checkUnique returns 'Page not found' for available value #14
Merged pull requests:
- Update chai to the latest version 🚀 #45 (greenkeeper[bot])
- Update sift to the latest version 🚀 #40 (greenkeeper[bot])
- Update all dependencies to version ranges #38 (daffl)
- Update feathers-errors to the latest version 🚀 #37 (greenkeeper[bot])
- Update feathers-hooks to the latest version 🚀 #36 (greenkeeper[bot])
- Update sift to the latest version 🚀 #35 (greenkeeper[bot])
- Update sift to the latest version 🚀 #33 (greenkeeper[bot])
- Update feathers-errors to the latest version 🚀 #32 (greenkeeper[bot])
- Update mocha to the latest version 🚀 #31 (greenkeeper[bot])
- Update semistandard to the latest version 🚀 #27 (greenkeeper[bot])
- Update debug to the latest version 🚀 #26 (greenkeeper[bot])
v0.3.0 (2017-04-19)
Implemented enhancements:
Closed issues:
- getUserData never hits 'User not found' #25
Merged pull requests:
- Update feathers-hooks to the latest version 🚀 #22 (greenkeeper[bot])
v0.2.0 (2017-04-14)
Implemented enhancements:
Closed issues:
Merged pull requests:
- Update dependencies to enable Greenkeeper 🌴 #20 (greenkeeper[bot])
v0.1.6 (2016-12-30)
v0.1.5 (2016-12-30)
v0.1.4 (2016-12-30)
v0.1.3 (2016-12-30)
Implemented enhancements:
- Safe cloning user object for further serialization #11 (chrisbujok)
Closed issues:
- Make app.authenticate({ type: 'local', email, password }) more secure #10
v0.1.2 (2016-12-20)
v0.1.1 (2016-12-20)
Implemented enhancements:
v0.1.0 (2016-12-18)
Closed issues:
- oops, where can I find the docs? #7
- update package on npm #6
- Support multiple ways of communicating with user #1
Merged pull requests:
v0.0.2 (2016-11-21)
v0.0.1 (2016-11-21)
* This Change Log was automatically generated by github_changelog_generator