- Use all valid ISS values during JWT token validation
Note
- This is the same as the previous release, but I forgot to bump the version before publishing the previous one. This should fix the Pypi package update problem.
1.1.10
Bug fixes
- Use all valid ISS values during JWT token validation
1.1.9
Validation bug fix and enum validation feature
Features
- Now validating discovery doc enum
Bug fixes
- Fixed a bug where minimum and maximum validation where mutually exclusive. i.e. a field can have both and a min and max, but it wasn't being validated as such.
1.1.8
Convert url-parameters to string before passing them to quote_plus
Bug fixes
- Convert url-parameters to string before passing them to quote_plus
1.1.7
datetime.datetime.fromisoformat instead of datetime.fromisoformat bug fix
Bug fixes
- `datetime.datetime.fromisoformat` instead of `datetime.fromisoformat`
1.1.6
datetime.fromisoformat py36 compatibilty
Bug fixes
- Added py36 alternative for `datetime.fromisoformat`