Commit graph

12 commits

Author SHA1 Message Date
adam
caeca0fa32 py-JWT: updated to 1.7.1
v1.7.1
Fixed
- Update test dependencies with pinned ranges
- Fix pytest deprecation warnings
2018-12-10 09:02:58 +00:00
adam
fce6509c86 py-JWT: updated to 1.7.0
v1.7.0
Changed
* Remove CRLF line endings

Fixed
* Update usage.rst

Added
* Support for Python 3.7
2018-12-02 16:21:40 +00:00
adam
4fa660017d py-JWT: updated to 1.6.4
v1.6.4:
Reverse an unintentional breaking API change to .decode()
2018-05-24 06:33:41 +00:00
adam
9d5f4ed7af py-JWT: updated to 1.6.3
v1.6.3
Changed
- All exceptions inherit from PyJWTError

Added
- Add type hints

Docs
- Added section to usage docs for jwt.get_unverified_header()
- Update legacy instructions for using pycrypto
2018-05-23 09:35:27 +00:00
adam
8f1dfe754c py-JWT: updated to 1.6.1
1.6.1:
Audience parameter throws InvalidAudienceError when application does not specify an audience, but the token does.
2018-03-19 09:03:25 +00:00
adam
4aeeab774b py-JWT: updated to 1.6.0
1.6.0:
Changed
Dropped support for python 2.6 and 3.3
An invalid signature now raises an InvalidSignatureError instead of DecodeError

Fixed
Fix over-eager fallback to stdin

Added
Audience parameter now supports iterables
2018-03-05 13:04:05 +00:00
adam
2d69483709 v1.5.3
Changed:
* Increase required version of the cryptography package to >=1.4.0.

Fixeda:
* Remove uses of deprecated functions from the cryptography package.
* Warn about missing algorithms param to decode() only when verify param is True
2017-09-06 15:24:33 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
adam
49a194fca8 v1.5.2
Fixed
* Ensure correct arguments order in decode super call
2017-07-07 08:14:41 +00:00
wiz
0142683e20 Updated py-JWT to 1.4.2.
[v1.4.2][1.4.2]
-------------------------------------------------------------------------
### Fixed
- A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised [#213][213]

[v1.4.1][1.4.1]
-------------------------------------------------------------------------
### Fixed
- Newer versions of Pytest could not detect warnings properly [#182][182]
- Non-string 'kid' value now raises `InvalidTokenError` [#174][174]
- `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183]
2017-02-22 13:25:56 +00:00
wiz
f76ad381a0 Add some BUILD/TEST dependencies. 2015-11-07 19:04:09 +00:00
wiz
71e42a8dfb Import py-JWT-1.4.0 as textproc/py-JWT.
A Python implementation of JSON Web Token draft 32.
2015-11-06 10:46:25 +00:00