Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Latest commit

 

History

History
241 lines (148 loc) · 14.6 KB

File metadata and controls

241 lines (148 loc) · 14.6 KB

Change Log

v1.2.1 (2018-05-02)

Full Changelog

Merged pull requests:

  • Make sure the original object is not modified #65 (daffl)

v1.2.0 (2018-05-02)

Full Changelog

Merged pull requests:

  • added support for nested password fields option in hash password hook #64 (ThePesta)

v1.1.3 (2018-04-20)

Full Changelog

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)

Full Changelog

Closed issues:

  • Protect hooks does not support dot notation #61

Merged pull requests:

  • Use latest version of Lodash #62 (daffl)

v1.1.1 (2018-03-25)

Full Changelog

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:

v1.1.0 (2018-01-23)

Full Changelog

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:

v1.0.4 (2018-01-03)

Full Changelog

v1.0.3 (2018-01-03)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Update dependencies for release #41 (daffl)

v1.0.0-pre.2 (2017-10-27)

Full Changelog

Merged pull requests:

  • Safely dispatch without password #40 (daffl)

v1.0.0-pre.1 (2017-10-25)

Full Changelog

Closed issues:

  • How configure local strategy to feathers-authentication? #36
  • An in-range update of feathers is breaking the build 🚨 #32

Merged pull requests:

v0.4.4 (2017-08-11)

Full Changelog

Closed issues:

  • i18n support #28
  • Couldn't store jwt token in cookies #17
  • Strategy for subapp #9

Merged pull requests:

v0.4.3 (2017-06-22)

Full Changelog

Closed issues:

  • Log a warning if service.id is undefined or null #19

Merged pull requests:

v0.4.2 (2017-06-22)

Full Changelog

v0.4.1 (2017-06-22)

Full Changelog

Merged pull requests:

v0.4.0 (2017-06-22)

Full Changelog

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:

v0.3.4 (2017-03-28)

Full Changelog

Closed issues:

  • Shouldn't it be authentication instead of the old auth there? #11

Merged pull requests:

v0.3.3 (2017-01-27)

Full Changelog

Closed issues:

  • Support dot notation #7
  • Automatically register the authenticate hook with 'local' #4

Merged pull requests:

  • Add support for dot notation, fix some whitespace #8 (elfey)

v0.3.2 (2016-12-14)

Full Changelog

v0.3.1 (2016-12-14)

Full Changelog

Closed issues:

  • Add docs section on expected request params. #5

Merged pull requests:

v0.3.0 (2016-11-23)

Full Changelog

Closed issues:

  • Doesn't pull configuration from auth.local by 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)

Full Changelog

v0.1.0 (2016-11-09)

* This Change Log was automatically generated by github_changelog_generator