Enums§
Functions§
- django_
auth - Verify
password
based onencoded_password
which is managed by Django, return Ok(true) if verification is successful, otherwise return false. - django_
encode_ password - 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.