Skip to main content

Module password_auth

Module password_auth 

Source

Structs§

PasswordAuthPlugin
Password auth plugin. Stores hashed passwords using Argon2id.

Functions§

hash_password
Hash a password using Argon2id with a random salt.
verify_password
Verify a password against an Argon2 PHC-format hash string.