feathers-plus / authentication-local-management

Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication
MIT License
14 stars 2 forks source link

Change authentication-local to check the isVerified field. #4

Open eddyystop opened 6 years ago

eddyystop commented 6 years ago

If authentication-local checks the isVerified field in the user record (if it exists), then the isVerified hook will not be needed.

eddyystop commented 6 years ago

https://github.com/feathersjs/feathers/issues/1103