LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
47 stars 12 forks source link

Default to `argon2` as password hash scheme #37

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Prefer argon2 over bcrypt with regards to password hashing as per OWASP best practices