OAuth PKCE support and credential changes

This commit is contained in:
Maurus Decimus
2026-04-10 20:18:52 +02:00
parent e4a4cf8fce
commit 1afad4d843
37 changed files with 609 additions and 413 deletions

View File

@@ -37,6 +37,8 @@ pub struct DiscoveryDocument {
pub scopes_supported: Option<Vec<String>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub claims_supported: Option<Vec<String>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub code_challenge_methods_supported: Option<Vec<String>>,
}
struct CachedKey {