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
I recently tried to use the library with Argon2 as the client-side KDF, as recommended, using the 2.0.0 pre-release version. Since there were no examples and because there were lifetime issues(that I fixed using PhantomData), it took a while before finding out how to make it work. I believe adding an example on how to use it and set the parameters might be useful to others.
Since I recently did the work, I'll be willing on writing the example and open a PR for it, however I'm opening this issue beforehand to make sure that's something you'd want :)
The text was updated successfully, but these errors were encountered:
I believe we should update the simple_login example to just use Argon2 instead of Identity. Another separate example for custom KDF parameters would be great too!
Hey!
I recently tried to use the library with Argon2 as the client-side KDF, as recommended, using the 2.0.0 pre-release version. Since there were no examples and because there were lifetime issues(that I fixed using PhantomData), it took a while before finding out how to make it work. I believe adding an example on how to use it and set the parameters might be useful to others.
Since I recently did the work, I'll be willing on writing the example and open a PR for it, however I'm opening this issue beforehand to make sure that's something you'd want :)
The text was updated successfully, but these errors were encountered: