feathers-authentication-management icon indicating copy to clipboard operation
feathers-authentication-management copied to clipboard

Provide a way to let resolvers hash the password

Open jd1378 opened this issue 1 year ago • 2 comments

Currently password reset hashes the user's password before patching, which in feathers v5 is done usually in resolvers. this causes the password to be hashed two times and thus fail.

please add an option to skip hashing the password in favor of resolvers

jd1378 avatar Mar 12 '24 11:03 jd1378