Go to file
Matt f8d5e4d7e2 Add role-based authorization system with admin functionality
- Implement authorization middleware and composables for role checking
- Add groups/roles support to authentication and session management
- Create admin dashboard pages and API endpoints
- Add audit logging utility for tracking user actions
- Enhance expense page with role-based access control
- Improve session caching with authorization state management
2025-07-09 10:40:27 -04:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Improve mobile responsiveness across expense tracking interface 2025-07-04 10:44:42 -04:00
composables Add role-based authorization system with admin functionality 2025-07-09 10:40:27 -04:00
docs Add expense tracking system with receipt management and currency conversion 2025-07-03 21:29:42 +02:00
middleware Add role-based authorization system with admin functionality 2025-07-09 10:40:27 -04:00
pages Add role-based authorization system with admin functionality 2025-07-09 10:40:27 -04:00
plugins FEAT: Implement Keycloak client with circuit breaker and retry logic for improved authentication resilience 2025-06-17 14:50:34 +02:00
public Feat: Complete EOI improvements and PWA implementation 2025-06-12 16:16:30 +02:00
server Add role-based authorization system with admin functionality 2025-07-09 10:40:27 -04:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils Add expense tracking system with receipt management and currency conversion 2025-07-03 21:29:42 +02:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example FEAT: Enhance authentication session management with configurable cookie domain and improved token refresh logic 2025-06-16 17:53:43 +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 COMPLETE: Custom Keycloak SSO Authentication System 2025-06-15 15:36:48 +02:00
package-lock.json Add processing fee option to PDF export modal 2025-07-04 09:27:43 -04:00
package.json Add processing fee option to PDF export modal 2025-07-04 09:27:43 -04: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