Version 0.14.3
- Fix HTTPX integration via #232 and #233.
- Add "bearer" as default token type for OAuth 2 Client.
- JWS and JWE don't validate private headers by default.
- Remove
none
auth method for authorization code by default. - Allow usage of user provided
code_verifier
via #216. - Add
introspect_token
method on OAuth 2 Client via #224.