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
First of all, it is a great, well written project. Thanks 🙏
Since
uphashhas the params and version information, I was thinking, if we should add support forneedsRehashfunction, 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/argon2and I am happy to work on the PR, if you think we should add it