managarten/apps/chat/apps/backend
Till-JS 8cd5021b50 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility
OIDC providers like Synapse expect the JWT issuer claim to match the
discovery document's issuer URL. Changed JWT plugin config from
JWT_ISSUER to BASE_URL to ensure consistency.

Also adds:
- @manacore/credit-operations package with operation definitions
- @manacore/shared-credit-ui package with React Native and Svelte components
- CreditInterceptor and @UseCredits decorator in nestjs-integration
- Credit system integration in chat backend
2026-02-01 13:55:05 +01:00
..
src 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
.dockerignore refactor: restructure 2025-11-26 03:03:24 +01:00
.env.docker refactor: restructure 2025-11-26 03:03:24 +01:00
.env.example ♻️ refactor(chat): simplify chat service and update seed data 2025-12-12 20:48:10 +01:00
docker-compose.yml refactor: restructure 2025-11-26 03:03:24 +01:00
docker-entrypoint.sh feat: integrate shared PageHeader and ProfilePage across all web apps 2025-11-30 00:06:29 +01:00
Dockerfile fix(docker): add shared-storage package to chat-backend Dockerfile 2025-12-10 02:46:57 +01:00
drizzle.config.ts 🔧 chore: create @manacore/shared-drizzle-config and migrate 16 configs 2026-01-29 16:54:44 +01:00
eslint.config.mjs improve code quality 2025-12-03 23:42:37 +01:00
nest-cli.json 🔀 merge: auth/complete branch with Better Auth implementation 2025-12-01 15:25:38 +01:00
package.json 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
tsconfig.build.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
tsconfig.json 🐛 fix: resolve tsconfig issues across all NestJS backends 2026-02-01 03:47:17 +01:00