- Adjustments to expose jwt.decode() options for testing overrides
0.4.0
- Made audience optional - Added pytest extension to allow use of a mock openid server - Improved compatibility with OIDC providers
0.3.3
- Eliminated TestTokenManager and moved logic to utilities instead
0.3.2
- Included type hints - Applied formatting and flak8 compliance
0.3.1
- Updated .gitignore to ignore dotenv files - Added additional logging for debugging - Corrected grammar in some docstrings - Fixed bug where TokenPayload breaks if you don't provide it a "permissions" field - Added `decode` cli tool
0.3.0
- Added AsymmetricManager for use with RS256 tokens - Included unit tests - Updated the README