Poor performance of bcrypt
for password verification
#3158
muhammadyusuf-kurbonov
started this conversation in
General
Replies: 1 comment
-
We ran into a similar issue and found that the default hash function in authentication-local was taking a very long time. We came up with the following customHasher:
This was a problem we saw on signup, not verification; but I suspect the two issues are related |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that password verification runs for more than 1 sec. Only verification. Also, I have made a test of
bcrypt
. The same 1 second. So will you use another library or do something with performance? Thank you for your attentionBeta Was this translation helpful? Give feedback.
All reactions