Skip to content

Browsable API, Password validations, and more

Pre-release
Pre-release
Compare
Choose a tag to compare
@anx-ckreuzberger anx-ckreuzberger released this 25 Mar 06:57
· 134 commits to master since this release
ed50088

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

Thanks to all contributors.

Please note that this is a pre-release