Skip to content

Releases: jazzband/django-rest-knox

Minor release

23 Jun 14:15
Compare
Choose a tag to compare
  • Add context to UserSerializer
  • Add missing things in the docs

3.0.1: Minor release (#57)

24 Apr 07:11
Compare
Choose a tag to compare
  • improved docs and readme
  • login response better supporting hyperlinked fields

Big performance boost

26 Feb 21:43
Compare
Choose a tag to compare

Please be aware: updating to this version requires applying a database migration. All clients will need to reauthenticate.

  • Big performance fix: Introduction of token_key field to avoid having to compare a login request's token against each and every token in the database (issue #21)
  • increased test coverage

Bugfix release 2.2.2

29 Dec 14:37
Compare
Choose a tag to compare
  • Bugfix: invalid token length does no longer trigger a server error
  • Extending documentation

Bugfix release 2.2.1

16 Dec 16:45
Compare
Choose a tag to compare

v. 2.2.1

Please be aware: updating to his version requires applying a database migration

  • Introducing token_key to avoid loop over all tokens on login-requests
  • Signals are sent on login/logout
  • Test for invalid token length
  • Cleanup in code and documentation