Skip to content

Authenticate and generate Django-managed passwords. Written in Rust.

License

Notifications You must be signed in to change notification settings

mindeng/django-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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