Releases: ahopkins/sanic-jwt
Releases · ahopkins/sanic-jwt
Version 1.8.0
Version 1.7.0
Version 1.6.0
Added
- Upgrade PyJWT to v2 and add support
Version 1.4.1 - 2020-05-03
v1.4.1 Bump version to 1.4.1
Version 1.3.2 - 2019-05-19
Added
- Instant configuration into scoped decorator for inline config changes outside of protected.
Version 1.3.1 - 2019-04-25
Added
- Support for False and None scopes.
Changed
- Use
request.args
instead ofrequest.query_args
to resolve Depracation Warning.
Version 1.3.0 - 2019-04-24
Added
- #40. Page redirection for static page protection
- Support to be able to individually protect class-based view methods without the decorators property
Version 1.2.2 - 2019-03-14
Version 1.2.1 - 2018-12-04
Fixed
- #144 Security bug resolved on empty tokens
Version 1.2.0 - 2018-11-08
Added
- Custom claims
- Extra payload validation
- Configuration option: SANIC_JWT_DO_PROTECTION
Changed
- Invalid tokens now 401 instead of 403