managarten/services/mana-core-auth/src/db
Till-JS 158aaf7e67 feat(auth): add OIDC Provider for Matrix SSO integration
- Add OIDC Provider plugin to Better Auth configuration
- Add OIDC database tables (oauth_applications, oauth_access_tokens,
  oauth_authorization_codes, oauth_consents)
- Configure Synapse as OIDC client in homeserver.yaml
- Update Element Web config for SSO support
- Add seed script for OIDC clients (db:seed:oidc)
- Update Cloudflare tunnel config with Matrix URLs

This enables Single Sign-On between Mana Core Auth and Matrix/Synapse,
allowing users to authenticate via their existing Mana account.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 16:40:33 +01:00
..
schema feat(auth): add OIDC Provider for Matrix SSO integration 2026-01-28 16:40:33 +01:00
seeds feat(auth): add OIDC Provider for Matrix SSO integration 2026-01-28 16:40:33 +01:00
connection.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
migrate.ts feat(db): add production-safe migration system with advisory locks 2025-12-09 02:13:11 +01:00
seed-dev-user.ts 🧑‍💻 feat(dx): improve local development experience 2026-01-27 16:58:11 +01:00