DNS, DKIM and ACME improvements - part 2

This commit is contained in:
Maurus Decimus
2026-04-01 20:03:51 +02:00
parent a155f819bc
commit d8fa19d105
55 changed files with 2421 additions and 573 deletions

View File

@@ -24,6 +24,7 @@ pub async fn test() {
"profile".to_string(),
"openid".to_string(),
]),
member_tenant_id: None,
};
let mut oidc = OpenIdDirectory::open(config.clone()).await.unwrap();
let token = get_token("john.doe@example.org", "this is an OIDC password").await;