Support MSC4198 login_hint in account management uri (#5516)

This commit is contained in:
Quentin Gliech
2026-03-03 16:25:35 +01:00
committed by GitHub
10 changed files with 177 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",