mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
Set useJWTPlugin: true so id_tokens are signed with EdDSA keys from JWKS instead of HS256. This fixes Synapse OIDC integration which verifies tokens via JWKS endpoint.
2 lines
109 B
TypeScript
2 lines
109 B
TypeScript
export { LoggerService, getLogger } from './logger.service';
|
|
export { LoggerModule } from './logger.module';
|