tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 36 forks source link

Support configurable hashing algorithms #19

Closed tvallotton closed 3 years ago

tvallotton commented 3 years ago

Support a configurartion field for Users such that multiple hashing algorithms are supported. Not just argon2.

tvallotton commented 3 years ago

The same as a Config parameter