Crate django_auth

Source

Enums§

Error

Functions§

django_auth
Verify password based on encoded_password which is managed by Django, return Ok(true) if verification is successful, otherwise return false.
django_encode_password
Encode password in Django way.