2017-09-06 17:24:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
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-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-07-07 10:14:41 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
v1.5.2
Fixed
* Ensure correct arguments order in decode super call
|
2017-02-22 14:25:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
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]
|
2015-11-07 20:04:09 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add some BUILD/TEST dependencies.
|
2015-11-06 11:46:25 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py-JWT-1.4.0 as textproc/py-JWT.
A Python implementation of JSON Web Token draft 32.
|