Commit Graph

6 Commits

Author SHA1 Message Date
4f34ff5329 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
5cf21c7d75 finally buildable without jwt 2024-02-19 23:38:08 +01:00
a781be8d00 initial OIDC setup 2024-02-14 16:07:55 +01:00
e25c0f9121 add payment route + additional starting blocks 2023-07-24 22:57:12 +02:00
af2b513677 less database requests 2023-07-20 14:48:50 +02:00
2b0c954aa5 user displayed in navbar with option to logout 2023-07-19 14:52:50 +02:00