Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 855 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 855 Bytes

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