SuperTokens Community v3.12.1 Release Notes
Release Date: 2022-04-02 // about 2 months ago-
๐ Changes
- Changed default
--with_argon2_hashing_pool_size
inhashingCalibrate
CLI command to 1.
- Changed default
Previous changes from v3.12.0
-
- โ Adds github action for running tests against in memory db.
- โ Adds github action for checking if "Run tests" action was completed (to run in PRs)
- ๐ Fixes how config values are changed during tests.
- โ Adds 60 mins timeout to github action jobs
- ๐ Moves deleting user metadata to happen before deleting the actual user.
- โ Adds support for argon2 hashing.
- โ Adds colours to CLI output (in case of errors).
๐ New config:
password_hashing_alg
argon2_iterations
argon2_memory_kb
argon2_parallelism
argon2_hashing_pool_size
- ๐ฒ
bcrypt_log_rounds
๐ New CLI command:
supertokens hashingCalibrate
: Used to calibrate argon2 and bcrypt passing hashing params.