feat(core): add API keys to DynamicConfig.auth and extend IdentityProvider token resolution

This commit is contained in:
2026-06-09 11:01:33 +00:00
parent bfc92d4827
commit 1f55844935
5 changed files with 342 additions and 2 deletions

View File

@@ -38,6 +38,8 @@ ipnetwork = "0.21.1"
arc-swap = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
hex = "0.4"
[dev-dependencies]
alknet-core = { path = ".", features = ["testutil", "tls", "iroh"] }