django-auth

Crates.iodjango-auth
lib.rsdjango-auth
version0.1.1
sourcesrc
created_at2024-01-14 09:24:29.280834
updated_at2024-01-14 09:36:13.102865
descriptionAuthenticate or generate Django-managed passwords
homepagehttps://github.com/mindeng/django-auth
repositoryhttps://github.com/mindeng/django-auth
max_upload_size
id1099310
size21,077
Min Deng (mindeng)

documentation

README

django-auth

django-auth workflow

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.

Library Usage

See:

CLI Tool Usage

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
Commit count: 0

cargo fmt