Go to file
Matt fa35fcd235 CRITICAL: Temporarily disable Keycloak to restore application functionality
- Disable Keycloak integration in authentication middleware
- Update useUnifiedAuth to only use Directus authentication
- Rebuild login page with only Directus auth form
- Remove all Keycloak references that were causing JavaScript errors
- This restores the application to working state with Directus auth only

Application should now load and function normally. Keycloak can be re-enabled later once issues are resolved.
2025-06-14 15:07:41 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Update logo references and email logo URL in configuration 2025-06-13 13:36:14 +02:00
composables CRITICAL: Temporarily disable Keycloak to restore application functionality 2025-06-14 15:07:41 +02:00
docs Implement Keycloak authentication integration and unify user management 2025-06-14 14:09:56 +02:00
middleware CRITICAL: Temporarily disable Keycloak to restore application functionality 2025-06-14 15:07:41 +02:00
pages CRITICAL: Temporarily disable Keycloak to restore application functionality 2025-06-14 15:07:41 +02:00
plugins feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
public Feat: Complete EOI improvements and PWA implementation 2025-06-12 16:16:30 +02:00
server Add token exchange debug endpoint and remove invalid baseUrl config 2025-06-14 14:43:19 +02:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils fixes 2025-06-12 16:26:10 +02:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example Implement Keycloak authentication integration and unify user management 2025-06-14 14:09:56 +02:00
.gitignore feat: add files 2025-02-16 14:10:19 +02:00
Dockerfile REVERT Network Updates 2025-06-12 21:54:47 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: add interest button 2025-06-03 22:04:22 +03:00
nuxt.config.ts MAJOR: Replace nuxt-openid-connect with official Keycloak JS adapter 2025-06-14 14:50:29 +02:00
package-lock.json MAJOR: Replace nuxt-openid-connect with official Keycloak JS adapter 2025-06-14 14:50:29 +02:00
package.json MAJOR: Replace nuxt-openid-connect with official Keycloak JS adapter 2025-06-14 14:50:29 +02:00
tsconfig.json feat: add files 2025-02-16 14:10:19 +02:00

README.md

Client Portal

Commands

  • npm run dev to start development

Tech Stack

  • Node.js
  • Nuxt
  • Directus
  • Vuetify