Skip to content

Browsable API, Password validations, and more

Compare
Choose a tag to compare
@anx-ckreuzberger anx-ckreuzberger released this 15 Apr 07:14
· 126 commits to master since this release

Integrated Pull Request #24 which adds:

  • Proper validation errors
  • Password validations (based on Djangos Built-in validate_password function)
  • Browsable API Support

Thanks to @thapabishwa for PR #22 and PR 27 as well as @maljuboori91 for PR #21 which inspired those changes.

Also integrated PR #20 which allows to customize Token Generation (e.g., RandomNumberTokenGenerator).
Thanks for @rtiwarihr and @iagocanalejas for their proposals and help.

Also integrated PR #18 by @iagocanalejas which adds a management command for clearing expired tokens as well as some refactoring work.

Fixed some codestyle errors (using pycodestyle).

Added basic Support Django 2.2

Added instance to the password_reset_token_created signal (based on Django signals that have sender and instance).

Thanks to all contributors.