- Add
JWT_WHITE_LIST
setting for whitelisting handlers (thanks @jgiradet) - Verify apistar 0.5.x support
- Everything is now a top level export as well, e.g.
from apistar_jwt import JWT
(thanks @jgiradet)
- Added decorator support,
@anonymous_allowed
and@authentication_required
- Added back in test suite
- Updated typings and fixed a bug with instantiating
JWT
component
Apistar JWT updated to support Apistar >= 0.4. Pin to 0.3.3 for Apistar 0.3.x support
Update dev deps so we are using metadata 2.1 spec for pypi.
Updates to pin dependencies for Apistar 0.3.x and add Markdown rendering to pypi.org
Release for Apistar 0.3.x