feathers-authentication-management
feathers-authentication-management copied to clipboard
Provide a way to let resolvers hash the password
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