managarten/services/mana-core-auth/src/db/schema
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
..
auth.schema.ts feat(auth): add OIDC Provider for Matrix SSO integration 2026-01-28 16:40:33 +01:00
credits.schema.ts 🐛 fix(auth): use Better Auth native JWT validation with EdDSA 2025-12-01 15:18:57 +01:00
feedback.schema.ts fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
index.ts refactor(auth): remove themes module from mana-core-auth 2025-12-12 02:35:18 +01:00
organizations.schema.ts first auth impl 2025-12-01 13:30:58 +01:00
referrals.schema.ts fix(manacore): auth flow and dashboard widget API fixes 2025-12-07 14:44:58 +01:00
tags.schema.ts feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00