feat: add client secret support
This commit is contained in:
parent
79922f09a1
commit
8787829218
9 changed files with 334 additions and 108 deletions
|
|
@ -4,6 +4,7 @@ export default defineNuxtConfig({
|
|||
devtools: { enabled: true },
|
||||
ssr: true,
|
||||
runtimeConfig: {
|
||||
keycloakClientSecret: process.env.KEYCLOAK_CLIENT_SECRET,
|
||||
public: {
|
||||
keycloakUrl: process.env.NUXT_PUBLIC_KEYCLOAK_URL,
|
||||
keycloakRealm: process.env.NUXT_PUBLIC_KEYCLOAK_REALM,
|
||||
|
|
|
|||
Loading…
Reference in a new issue