Commit Graph

6 Commits

Author SHA1 Message Date
Alexander d65496033b fix comma typo 2025-09-01 20:19:24 +02:00
Alexander e668fbfeae trust host for reverse proxy in prod, general cleanup 2025-08-31 22:42:52 +02:00
Alexander b142ebe37d Revert to clean Authentik provider configuration
- Use official Authentik provider instead of generic OIDC
- Issue was resolved by fixing callback URL in Authentik configuration
- Cleaner and more maintainable auth setup
2025-08-31 21:46:19 +02:00
Alexander fb8394adfe Update @auth/sveltekit to latest stable version 1.10.0
- Upgraded @auth/sveltekit from 0.14.0 to 1.10.0
- Updated session API from event.locals.getSession() to event.locals.auth()
- Fixed TypeScript definitions for new auth API in app.d.ts
- Updated layout server load functions to use LayoutServerLoad type
- Fixed session callbacks with proper token type casting
- Switched to generic OIDC provider config to resolve issuer validation issues
- All auth functionality now working with latest Auth.js version
2025-08-31 21:45:14 +02:00
Alexander b138e56633 OIDC can check for groups now to properly secure users 2024-02-15 04:10:06 +01:00
Alexander e7ed39dc51 initial OIDC setup 2024-02-14 16:07:55 +01:00