Expand description
Generic authenticated subject contract — apps implement this on their User model.
Traits§
- Auth
User - The contract your User SeaORM model implements (manually or via
#[auth_user]).
Functions§
- authenticate_
password - Verify
passwordagainstuser’s stored digest when present.