This repository has been archived by the owner on May 26, 2020. It is now read-only.
Releases: jpadilla/django-rest-framework-jwt
Releases · jpadilla/django-rest-framework-jwt
v1.11.0
v1.10
Changelog
Added
- Update of django, drf, python version handling in tox.ini #262 by @angvp
- Allow using a cookie as a transport for the token #275 by @moises-silva | Docs
- Allow secret to be kept on user model #310 by @jacoor | Docs
Changes
Docs
- Minor typo and formatting correction index.md #293 by @matthewhegarty
- Minor fix: formatting for phrase brand-new #301 by @sumittada
v1.9.0
v1.8
This release drops official support for Django REST Framework version 2.x as well as end of life versions of Django.
Support versions are now Django 1.8 and 1.9 with Django REST Framework 3.x.
We also add support for custom user models with Django 1.8's UUIDField as primary key.
v1.7.1
v1.7.0
Changelog
Changed
- Upgrade PyJWT to v1.4.0. 9a43d63
- Rely on
get_by_natural_key
instead of fetching by user's id. a3b4d44 - Include optional
orig_iat
injwt_payload_handler
. eb20889 - Remove throttle override in JSONWebTokenAPIView. #138
Fixed
- Use correct input type for password form field. Fixes #133
- Use USERNAME_FIELD in utils.jwt_payload_handler. Fixes #128
Added
v1.6.0
Changelog
Changed
- Speed up tests. #108
- Bump up PyJWT version to v1.3.0. 54048f7
- Drop support for Python 3.2. dfb3208
- Added the ability to use custom renderers. #121
Fixed
- Verify now does not refresh token. #109
- Fixed testing DRF 2 with Django 1.8. #118
- Run tests only against latest DRF versions. #122
Added
- Add request to serializers' context. #119
v1.5.0
v1.4.0
v1.3.0
- Update en_US PO file by @migonzalvar. #83
- Allow subclassing JSONWebTokenAuthentication by @cancan101. #80
- Allow setting audience and issuer by @cancan101. #77
- Added a JWT verification view by @Jwpe. #75
- Support HyperlinkedModelSerializer by @semente. #73
- Added JWT TestCase Class and Client by @davideme. #72
Thanks to all that contributed to make this release happen.