From 3f301960178f1abb7636bedf4a44d2aa963f69eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ov=C4=8Da=C4=8D=C3=ADk?= Date: Thu, 17 Jul 2025 13:49:12 +0200 Subject: [PATCH] fix(types): Fix issue #137 --- src/runtime/server/utils/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/server/utils/provider.ts b/src/runtime/server/utils/provider.ts index a43db6f..ae6c848 100644 --- a/src/runtime/server/utils/provider.ts +++ b/src/runtime/server/utils/provider.ts @@ -146,7 +146,7 @@ export interface OidcProviderConfig { /** * OpenID Configuration object or function promise that resolves to an OpenID Configuration object */ - openIdConfiguration?: Record | ((config: any) => Promise>) + openIdConfiguration?: string | Record | ((config: any) => Promise>) /** * Validate access token * @default true