Commit Graph

3 Commits

Author SHA1 Message Date
174e9565b8 Fix logout navigation to use window.location.href
All checks were successful
build-and-deploy / build (push) Successful in 29s
build-and-deploy / deploy (push) Successful in 3s
Use window.location.href instead of navigateTo for API route to ensure
proper server-side logout handling.
2025-10-11 19:04:36 -06:00
2f625b95d0 Add test endpoint to verify auth subfolder works
All checks were successful
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 3s
2025-10-11 18:03:34 -06:00
7612487d3f Add Nuxt 4 app with OAuth/OIDC authentication and PWA support
All checks were successful
build-and-deploy / build (push) Successful in 2m7s
build-and-deploy / deploy (push) Successful in 3s
- Integrated Authentik OAuth/OIDC authentication
- Added PWA functionality with offline support
- Created protected and public API endpoints
- Configured Docker deployment with Traefik
- Added Gitea Actions CI/CD workflow
- Included comprehensive setup documentation
2025-10-11 17:12:05 -06:00