We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7f26b commit 58136c2Copy full SHA for 58136c2
src/lib/auth/auth.ts
@@ -1,9 +1,12 @@
1
+// @ts-ignore
2
+
3
import { SvelteKitAuth } from '@auth/sveltekit';
4
import Zitadel from '@auth/sveltekit/providers/zitadel';
5
import { randomUUID } from 'crypto';
6
import * as oidc from 'openid-client';
7
import type { JWT } from '@auth/core/jwt';
8
import { ZITADEL_SCOPES } from './scopes';
9
+// @ts-nocheck
10
import {
11
SESSION_DURATION,
12
SESSION_SECRET,
0 commit comments