sveltekit-oidc
sveltekit-oidc copied to clipboard
Sveltekit + OpenID Auth (confidential flow with Keycloak) + SSR Auth
I'm getting the following error (latest sveltekit and sveltekit-oidc). Any idea how I could fix? Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\stuff\x\x\node_modules\sveltekit-oidc\_keycloak\utils' imported from C:\stuff\x\x\node_modules\sveltekit-oidc\index.js at new NodeError (node:internal/errors:371:5) at finalizeResolution...
My project is JS only (lazy...) and installing this module throws an error as it uses TS in some parts. in my case its in `KeycloakProtectedRoute.svelte`. For a fix the...
I'm running into an issue trying to use this package; _keyclock/utils.js can't seem to load the envrionment variables: `Uncaught (in promise) TypeError: can't access property "VITE_OIDC_ISSUER", import_meta.env is undefined` in...
Hello, Thanks a lot for this awesome project that is so underrated ! I would like to create an admin app that would be accessible only by users who are...
`TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["user"] at ServerResponse.setHeader (node:_http_outgoing:606:3) at ServerResponse.writeHead (node:_http_server:331:21) at Immediate.` Browser Chrome