mirror of
https://github.com/tale/headplane.git
synced 2026-08-29 00:17:13 +00:00
feat: replace openid-client with clean-room oidc system
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user