managarten/packages/mana-core-nestjs-integration/src
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
..
decorators 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
exceptions style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
guards fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
interceptors 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
interfaces Fix wrong type 2025-12-04 23:25:25 +01:00
services fix lint 2025-12-04 00:32:13 +01:00
index.ts 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
mana-core.module.ts 🔒️ feat(auth): centralize JWT validation via mana-core-auth 2025-12-01 17:16:21 +01:00