fix: add missing DCR fields, PKCE verifier validation, and Cargo.lock sync
- Add policy_uri, tos_uri, software_id, software_version to DCR per RFC 7591 - Add code_verifier length (43-128) and charset validation per RFC 7636 §4.1 - Warn at startup if OIDC server enabled without identity providers - Include Cargo.lock update for ring dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5519,6 +5519,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"regex",
|
||||
"reqwest 0.13.1",
|
||||
"ring",
|
||||
"ruma",
|
||||
"rustls",
|
||||
"rustyline-async",
|
||||
|
||||
Reference in New Issue
Block a user