Crates.io | django-auth |
lib.rs | django-auth |
version | 0.1.1 |
source | src |
created_at | 2024-01-14 09:24:29.280834 |
updated_at | 2024-01-14 09:36:13.102865 |
description | Authenticate or generate Django-managed passwords |
homepage | https://github.com/mindeng/django-auth |
repository | https://github.com/mindeng/django-auth |
max_upload_size | |
id | 1099310 |
size | 21,077 |
Authenticate or generate Django-managed passwords. Written in Rust.
A Django-managed password is a hashed password stored by Django. See Password management in Django for more information.
See:
cargo run --example 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