v9.3.0
Features
- revocation: add an allowed token revocation policy helper (a7e47e4)
Documentation
- update README.md (857c34d)
Fixes
- introspection: use unsupported_token_type to indicate structured jwt tokens cannot be introspected (c9001be)
- revocation: use unsupported_token_type to indicate structured jwt tokens cannot be revoked (b45b00c)
Refactor
- pull structured token rejection to a shared middleware (30367af)