Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 715 Bytes

HISTORY.md

File metadata and controls

27 lines (19 loc) · 715 Bytes

History

0.6.0

  • Renamed boto3 argument, fixes aws_access_key error
  • Confirm user registration as admin without needing a confirmation code.
  • Added helper function _add_secret_hash, DRY
  • Added support for registering a user with a ClientSecret

0.5.0

  • Added support for app clients with a generated secret.
  • Add 'renew' flag to .check_token method
  • Use python-jose-cryptodome for Python 3.6 compatibility

0.2.0

  • Added support for Python 3.6
  • Verfication of jwts
  • Windows compatibility
  • Added admin_create_user method
  • Support new password challenge
  • Removed Django utilities (Moved to Django Warrant)

0.1.0

  • Initial Release