keycloak fix

This commit is contained in:
2025-07-01 13:45:20 +07:00
parent 1532ef6db8
commit 78b75999ea
13 changed files with 235 additions and 71 deletions

View File

@@ -103,16 +103,16 @@ export default defineNuxtConfig({
keycloakRealm: process.env.KEYCLOAK_REALM,
}
},
// auth: {
// isEnabled: true,
// baseURL: process.env.AUTH_ORIGIN,
// provider: {
// type: "authjs",
// },
// globalAppMiddleware: {
// isEnabled: true,
// },
// },
auth: {
isEnabled: true,
baseURL: process.env.AUTH_ORIGIN,
provider: {
type: "authjs",
},
globalAppMiddleware: {
isEnabled: true,
},
},
devServerHandlers: [],
hooks: {},