What's Changed
- Support for DPoP by @guillp in #75
- Support for AS and RS provided DPoP nonces by @guillp in #92
- Allow using custom ports in endpoints without using
testing=True
, as discussed in #55 by @guillp in #74 - Support pushed_authorization_request_endpoint in from_discovery_document by @rcombs in #90
- Add
cookies
andheaders
parameters toApiClient.__init__()
by @guillp in #110 - Fix FlaskOAuth2ClientCredentialsAuth so that it supports the token kwarg by @snarfed in #126
- Add DPoP key support to AuthorizationRequestSerializer (#119) by @snarfed in #120
New Contributors
Full Changelog: v1.6.0...v1.7.0