Skip to content

Commit 1d7c60c

Browse files
zecakehpoljar
authored andcommitted
chore: Add changelog about ID tokens support removal
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 377f34f commit 1d7c60c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ simpler methods:
8888
`OidcAuthCodeUrlBuilder`, since they were parameters defined in OpenID
8989
Connect. Only the `prompt` and `user_id_hint` parameters are still supported.
9090
([#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.
9198

9299
## [0.10.0] - 2025-02-04
93100

0 commit comments

Comments
 (0)