feat: replace openid-client with clean-room oidc system

This commit is contained in:
Aarnav Tale
2026-04-03 16:36:27 -04:00
parent 4cd0c1e206
commit 1259642f8a
15 changed files with 1860 additions and 571 deletions
+8
View File
@@ -44,6 +44,14 @@ export default defineConfig({
testTimeout: 60_000,
},
},
{
extends: true,
test: {
name: "integration:oidc",
include: ["tests/integration/oidc/**/*.test.ts"],
testTimeout: 60_000,
},
},
],
env: {
HEADPLANE_DEBUG_LOG: "true",