UNPKG

feathers-authentication-local

Version:
99 lines (60 loc) β€’ 6.26 kB
# Change Log ## [v0.4.3](https://github.com/feathersjs/feathers-authentication-local/tree/v0.4.3) (2017-06-22) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.4.2...v0.4.3) **Closed issues:** - Log a warning if service.id is undefined or null [\#19](https://github.com/feathersjs/feathers-authentication-local/issues/19) **Merged pull requests:** - throw error if service.id is missing [\#27](https://github.com/feathersjs/feathers-authentication-local/pull/27) ([marshallswain](https://github.com/marshallswain)) ## [v0.4.2](https://github.com/feathersjs/feathers-authentication-local/tree/v0.4.2) (2017-06-22) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.4.1...v0.4.2) ## [v0.4.1](https://github.com/feathersjs/feathers-authentication-local/tree/v0.4.1) (2017-06-22) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.4.0...v0.4.1) **Merged pull requests:** - Resolves \#14 - Passes Feathers params to service hooks [\#15](https://github.com/feathersjs/feathers-authentication-local/pull/15) ([thomas-p-wilson](https://github.com/thomas-p-wilson)) ## [v0.4.0](https://github.com/feathersjs/feathers-authentication-local/tree/v0.4.0) (2017-06-22) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.3.4...v0.4.0) **Closed issues:** - Module is using the wrong default config key [\#21](https://github.com/feathersjs/feathers-authentication-local/issues/21) - Feathers params not available to user service hooks [\#14](https://github.com/feathersjs/feathers-authentication-local/issues/14) - Bad error message is returned for invalid credentials [\#10](https://github.com/feathersjs/feathers-authentication-local/issues/10) **Merged pull requests:** - Greenkeeper/chai 4.0.2 [\#26](https://github.com/feathersjs/feathers-authentication-local/pull/26) ([daffl](https://github.com/daffl)) - Return Invalid login message when user doesn’t exist [\#25](https://github.com/feathersjs/feathers-authentication-local/pull/25) ([marshallswain](https://github.com/marshallswain)) - Adding separate entity username and password fields [\#23](https://github.com/feathersjs/feathers-authentication-local/pull/23) ([adamvr](https://github.com/adamvr)) - use the correct default config key. Closes \#21 [\#22](https://github.com/feathersjs/feathers-authentication-local/pull/22) ([ekryski](https://github.com/ekryski)) - Update feathers-socketio to the latest version πŸš€ [\#20](https://github.com/feathersjs/feathers-authentication-local/pull/20) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update semistandard to the latest version πŸš€ [\#18](https://github.com/feathersjs/feathers-authentication-local/pull/18) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update feathers-hooks to the latest version πŸš€ [\#16](https://github.com/feathersjs/feathers-authentication-local/pull/16) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) - Update dependencies to enable Greenkeeper 🌴 [\#13](https://github.com/feathersjs/feathers-authentication-local/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) ## [v0.3.4](https://github.com/feathersjs/feathers-authentication-local/tree/v0.3.4) (2017-03-28) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.3.3...v0.3.4) **Closed issues:** - Shouldn't it be `authentication` instead of the old `auth` there? [\#11](https://github.com/feathersjs/feathers-authentication-local/issues/11) **Merged pull requests:** - Fix default authentication config name [\#12](https://github.com/feathersjs/feathers-authentication-local/pull/12) ([marshallswain](https://github.com/marshallswain)) ## [v0.3.3](https://github.com/feathersjs/feathers-authentication-local/tree/v0.3.3) (2017-01-27) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.3.2...v0.3.3) **Closed issues:** - Support dot notation [\#7](https://github.com/feathersjs/feathers-authentication-local/issues/7) - Automatically register the authenticate hook with 'local' [\#4](https://github.com/feathersjs/feathers-authentication-local/issues/4) **Merged pull requests:** - Add support for dot notation, fix some whitespace [\#8](https://github.com/feathersjs/feathers-authentication-local/pull/8) ([elfey](https://github.com/elfey)) ## [v0.3.2](https://github.com/feathersjs/feathers-authentication-local/tree/v0.3.2) (2016-12-14) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.3.1...v0.3.2) ## [v0.3.1](https://github.com/feathersjs/feathers-authentication-local/tree/v0.3.1) (2016-12-14) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.3.0...v0.3.1) **Closed issues:** - Add docs section on expected request params. [\#5](https://github.com/feathersjs/feathers-authentication-local/issues/5) **Merged pull requests:** - Document expected request data [\#6](https://github.com/feathersjs/feathers-authentication-local/pull/6) ([marshallswain](https://github.com/marshallswain)) ## [v0.3.0](https://github.com/feathersjs/feathers-authentication-local/tree/v0.3.0) (2016-11-23) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.2.0...v0.3.0) **Closed issues:** - Doesn't pull configuration from `auth.local` by default [\#2](https://github.com/feathersjs/feathers-authentication-local/issues/2) - Does not pull from global auth config when strategy has a custom name [\#1](https://github.com/feathersjs/feathers-authentication-local/issues/1) **Merged pull requests:** - Payload support [\#3](https://github.com/feathersjs/feathers-authentication-local/pull/3) ([ekryski](https://github.com/ekryski)) ## [v0.2.0](https://github.com/feathersjs/feathers-authentication-local/tree/v0.2.0) (2016-11-16) [Full Changelog](https://github.com/feathersjs/feathers-authentication-local/compare/v0.1.0...v0.2.0) ## [v0.1.0](https://github.com/feathersjs/feathers-authentication-local/tree/v0.1.0) (2016-11-09) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*