We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377f34f commit 1d7c60cCopy full SHA for 1d7c60c
crates/matrix-sdk/CHANGELOG.md
@@ -88,6 +88,13 @@ simpler methods:
88
`OidcAuthCodeUrlBuilder`, since they were parameters defined in OpenID
89
Connect. Only the `prompt` and `user_id_hint` parameters are still supported.
90
([#4699](https://github.com/matrix-org/matrix-rust-sdk/pull/4699))
91
+- [**breaking**]: Remove support for ID tokens in the `Oidc` API.
92
+ ([#4726](https://github.com/matrix-org/matrix-rust-sdk/pull/4726))
93
+ - The `latest_id_token` field of `OidcSessionTokens` was removed. (De)
94
+ serialization of the type should be backwards-compatible.
95
+ - `Oidc::restore_registered_client()` doesn't take a `VerifiedClientMetadata`
96
+ anymore.
97
+ - `Oidc::latest_id_token()` and `Oidc::client_metadata()` were removed.
98
99
## [0.10.0] - 2025-02-04
100
0 commit comments