Commit Graph

6 Commits

Author SHA1 Message Date
6a64a7ddd6 fix comma typo 2025-09-01 20:19:24 +02:00
1d78b5439e trust host for reverse proxy in prod, general cleanup
Some checks failed
CI / update (push) Failing after 1m27s
2025-08-31 22:42:52 +02:00
9c1c9f40c2 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

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 21:46:19 +02:00
74dd2b1f4b 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

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 21:45:14 +02:00
909f8ff9ad OIDC can check for groups now to properly secure users 2024-02-15 04:10:06 +01:00
ca62e48f7b initial OIDC setup 2024-02-14 16:07:55 +01:00