Crate django_auth
source ·Enums
Functions
- Verify
password
based onencoded_password
which is managed by Django, return Ok(true) if verification is successful, otherwise return false. - Encode
password
in Django way.
password
based on encoded_password
which is managed by Django,
return Ok(true) if verification is successful, otherwise return false.password
in Django way.