Switch Kratos config from argon2 to bcrypt12

This commit is contained in:
Jason Ertel
2021-05-24 10:52:54 -04:00
parent 0572ea4095
commit 915b7aa2df

View File

@@ -41,12 +41,8 @@ serve:
base_url: https://{{ WEBACCESS }}/kratos/
hashers:
argon2:
parallelism: 2
memory: 16384
iterations: 3
salt_length: 16
key_length: 32
bcrypt:
cost: 12
identity:
default_schema_url: file:///kratos-conf/schema.json