v1.2.1 (2018-05-02)
Merged pull requests:
v1.2.0 (2018-05-02)
Merged pull requests:
v1.1.3 (2018-04-20)
Merged pull requests:
- Adding tests and calling to hasOwnProperty on Object.prototype instead of assuming valid prototype #63 (pmabres)
v1.1.2 (2018-04-15)
Closed issues:
- Protect hooks does not support dot notation #61
Merged pull requests:
v1.1.1 (2018-03-25)
Closed issues:
- hash-password hook will skip users if they are missing password #58
- User service create method gets called upon each validation #56
Merged pull requests:
- Do not skip users that have no password #60 (daffl)
- Update sinon to the latest version 🚀 #59 (greenkeeper[bot])
- Update sinon-chai to the latest version 🚀 #57 (greenkeeper[bot])
v1.1.0 (2018-01-23)
Closed issues:
- protect hook attempts to map through 'result.data' on all service methods. #53
- Protect hook should check for toJSON #48
Merged pull requests:
- Use .toJSON if available #55 (daffl)
- Only map data for find method #54 (daffl)
- Update @feathersjs/authentication-jwt to the latest version 🚀 #52 (greenkeeper[bot])
- Update mocha to the latest version 🚀 #51 (greenkeeper[bot])
v1.0.4 (2018-01-03)
v1.0.3 (2018-01-03)
Closed issues:
- local authentication bug with users as sequelize service #47
Merged pull requests:
- Update documentation to correspond with latest release #50 (daffl)
- Update semistandard to the latest version 🚀 #49 (greenkeeper[bot])
v1.0.2 (2017-12-06)
Closed issues:
- why is the password send as plain text instead of encrypting it on client side? #44
Merged pull requests:
- Update hook.result if an external provider is set #46 (daffl)
- Update feathers-memory to the latest version 🚀 #45 (greenkeeper[bot])
v1.0.1 (2017-11-16)
Merged pull requests:
- Add default export for better ES module (TypeScript) compatibility #43 (daffl)
- Update @feathersjs/authentication to the latest version 🚀 #42 (greenkeeper[bot])
v1.0.0 (2017-11-01)
Merged pull requests:
v1.0.0-pre.2 (2017-10-27)
Merged pull requests:
v1.0.0-pre.1 (2017-10-25)
Closed issues:
- How configure local strategy to feathers-authentication? #36
- An in-range update of feathers is breaking the build 🚨 #32
Merged pull requests:
- Update to Feathers v3 #39 (daffl)
- Rename repository and use npm scope #38 (daffl)
- Update to new plugin infrastructure #37 (daffl)
- Update mocha to the latest version 🚀 #35 (greenkeeper[bot])
- Update sinon to the latest version 🚀 #34 (greenkeeper[bot])
- Add babel-polyfill and package-lock.json #33 (daffl)
- Update sinon to the latest version 🚀 #29 (greenkeeper[bot])
v0.4.4 (2017-08-11)
Closed issues:
Merged pull requests:
- Update debug to the latest version 🚀 #31 (greenkeeper[bot])
- Increase bcrypt cost factor, add future cost factor auto-optimization #30 (micaksica2)
v0.4.3 (2017-06-22)
Closed issues:
- Log a warning if service.id is undefined or null #19
Merged pull requests:
- throw error if service.id is missing #27 (marshallswain)
v0.4.2 (2017-06-22)
v0.4.1 (2017-06-22)
Merged pull requests:
- Resolves #14 - Passes Feathers params to service hooks #15 (thomas-p-wilson)
v0.4.0 (2017-06-22)
Closed issues:
- Module is using the wrong default config key #21
- Feathers params not available to user service hooks #14
- Bad error message is returned for invalid credentials #10
Merged pull requests:
- Greenkeeper/chai 4.0.2 #26 (daffl)
- Return Invalid login message when user doesn’t exist #25 (marshallswain)
- Adding separate entity username and password fields #23 (adamvr)
- use the correct default config key. Closes #21 #22 (ekryski)
- Update feathers-socketio to the latest version 🚀 #20 (greenkeeper[bot])
- Update semistandard to the latest version 🚀 #18 (greenkeeper[bot])
- Update feathers-hooks to the latest version 🚀 #16 (greenkeeper[bot])
- Update dependencies to enable Greenkeeper 🌴 #13 (greenkeeper[bot])
v0.3.4 (2017-03-28)
Closed issues:
- Shouldn't it be
authenticationinstead of the oldauththere? #11
Merged pull requests:
- Fix default authentication config name #12 (marshallswain)
v0.3.3 (2017-01-27)
Closed issues:
Merged pull requests:
v0.3.2 (2016-12-14)
v0.3.1 (2016-12-14)
Closed issues:
- Add docs section on expected request params. #5
Merged pull requests:
- Document expected request data #6 (marshallswain)
v0.3.0 (2016-11-23)
Closed issues:
- Doesn't pull configuration from
auth.localby default #2 - Does not pull from global auth config when strategy has a custom name #1
Merged pull requests:
v0.2.0 (2016-11-16)
v0.1.0 (2016-11-09)
* This Change Log was automatically generated by github_changelog_generator