feathersjs-ecosystem / authentication-local

[MOVED] Local authentication plugin for feathers-authentication
https://github.com/feathersjs/feathers
MIT License
26 stars 15 forks source link

added support for nested password fields option in hash password hook #64

Closed ThePesta closed 6 years ago

ThePesta commented 6 years ago

Summary

Hash password hook does not currently support nested fields e.g. field: 'nested.password'

No open issues currently.

Added lodash get and set to check and set the nested property, also added a test case.

daffl commented 6 years ago

Thank you! Released in v1.2.1