- Apply headers in
ClientSecretJWT.sign
method, via #552 - Allow falsy but non-None grant uri params, via #544
- Fixed
authorize_redirect
for Starlette v0.26.0, via #533 - Removed
has_client_secret
method and documentation, via #513 - Removed
request_invalid
andtoken_revoked
remaining occurences
and documentation. #514 - Fixed RFC7591
grant_types
andresponse_types
default values, via #509 - Add support for python 3.12, via #590