nuxt-auth-utils not finding env variables
Hi, I'm trying to get nuxt-auth-utils running with nuxt 4.2.0 and nuxt-auth-utils 0.5.25 using keycloak as oauth provider. I provided the
but the module always complains not having these env variables:
This is in dev mode.
How can I get this working ?
NUXT_OAUTH_KEYCLOAK_CLIENT_ID, NUXT_OAUTH_KEYCLOAK_SERVER_URL and NUXT_OAUTH_KEYCLOAK_REALMvariables in my .env file, also set runtimeConfig withbut the module always complains not having these env variables:
This is in dev mode.
How can I get this working ?
