2 个版本

0.1.1 2024年1月14日
0.1.0 2024年1月14日

#540 in 身份验证

自定义许可证

8KB
93

django-auth

django-auth workflow

验证或生成Django管理的密码。用Rust编写。

Django管理的密码是Django存储的哈希密码。有关更多信息,请参阅Django中的密码管理

库使用

参见

命令行工具使用

cargo运行 --示例auth:

Authenticate or generate Django-managed passwords

Usage: auth <COMMAND>

Commands:
  encode  Encode a password in Django-style
  verify  Verify a Django stored hashed password
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

依赖

~1–1.5MB
~33K SLoC