PasswordHashing extension
- on
Static Methods
-
hashPassword(
{required String key}) → String -
Available on Auth, provided by the PasswordHashing extension
-
verifyPassword(
{required String key, String? hash}) → bool -
Available on Auth, provided by the PasswordHashing extension