auth0-extensions / canirequire

Can I require modules for Auth0 Extensibility
https://auth0-extensions.github.io/canirequire
8 stars 1 forks source link

request to add identity password hasher #361

Open fasssss opened 1 year ago

fasssss commented 1 year ago

✏️ Request Form fasssss (the user of auth0)

Package info

Package Name: aspnetcore-identity-password-hasher

Package Version: 1.0.1

NPM Url: https://www.npmjs.com/package/aspnetcore-identity-password-hasher

Reason for Request

I would like this package added because, this package is very usefull when you need to verify password of user who was created using asp.net core identity from custom database, it also helpfull when you need to add new user so you need to hash his password the way it makes Asp.net core identity.