Increase the number of request/s for sign_in/sign_up
This commit is contained in:
parent
a90c097e2a
commit
ec582ad68f
2 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,8 @@ use argon2::{
|
|||
};
|
||||
|
||||
fn get_argon2<'k>() -> Argon2<'k> {
|
||||
// Note: It's not neccessary to have only one Argon2 object, creating a new one
|
||||
// when we need it is lightweight.
|
||||
Argon2::new(
|
||||
argon2::Algorithm::Argon2id,
|
||||
argon2::Version::V0x13,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue