You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, it is a great, well written project. Thanks 🙏
Since uphash has the params and version information, I was thinking, if we should add support for needsRehash function, that returns a boolean, if the config values are different from the encoded values. PHP already does the same.
Ideally the function will be added to the underlying libraries @phc/bcrypt, @phc/argon2 and I am happy to work on the PR, if you think we should add it
The text was updated successfully, but these errors were encountered:
First of all, it is a great, well written project. Thanks 🙏
Since
uphash
has the params and version information, I was thinking, if we should add support forneedsRehash
function, that returns a boolean, if the config values are different from the encoded values. PHP already does the same.Ideally the function will be added to the underlying libraries
@phc/bcrypt
,@phc/argon2
and I am happy to work on the PR, if you think we should add itThe text was updated successfully, but these errors were encountered: