SuperTokens Community v3.12.0 Release Notes

Release Date: 2022-04-01 // about 2 years ago
    • โž• 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.