Support MSC4198 login_hint in account management uri

This commit is contained in:
Tonkku
2026-02-23 13:06:59 +02:00
parent b0d9fe6459
commit 14c0c91035
10 changed files with 179 additions and 170 deletions

3
Cargo.lock generated
View File

@@ -3268,14 +3268,12 @@ dependencies = [
"base64ct",
"chrono",
"crc",
"lettre",
"mas-iana",
"mas-jose",
"oauth2-types",
"rand 0.8.5",
"rand_chacha 0.3.1",
"regex",
"ruma-common",
"serde",
"serde_json",
"thiserror 2.0.17",
@@ -3352,6 +3350,7 @@ dependencies = [
"rand 0.8.5",
"rand_chacha 0.3.1",
"reqwest",
"ruma-common",
"rustls",
"schemars 0.9.0",
"sentry",