mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21: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.
48 lines
398 B
Text
48 lines
398 B
Text
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build output
|
|
dist
|
|
|
|
# Development files
|
|
*.log
|
|
*.local
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Test files
|
|
coverage
|
|
.nyc_output
|
|
*.spec.ts
|
|
*.test.ts
|
|
__tests__
|
|
test
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation (not needed in container)
|
|
docs
|
|
*.md
|
|
!README.md
|
|
|
|
# Drizzle studio
|
|
drizzle
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|
|
*.tmp
|