Breaking Changes
- Add support for async/await and pin to
oauth23.0.0-alpha.7. Added new docs describing the various HTTP client interfaces. Special thanks to @Folyd for contributing this support. - Enable
CoreAuthenticationFlowby default sincetype_alias_enum_variantsis stable. Effectively sets the minimum supported Rust version to 1.37.0.
Bug Fixes
- Fix deserialization bug in
IdTokenClaimsandUserInfoClaimsImplthat caused standard claims to be exposed to the deserializer forAC(additional claims). When using AC types that capture all of the remaining claims, this could lead to duplicate keys after re-serializing the claims.