feat: implement user-based wallet and transaction retrieval by parsing JWT sub claim and adjust JWT validation parameters across services.

This commit is contained in:
Ho Ngoc Hai
2026-03-04 13:08:08 +07:00
parent 7baba14fad
commit 028ef4c1cd
6 changed files with 115 additions and 16 deletions

View File

@@ -212,6 +212,11 @@ services:
# VI: Giao tiếp IAM Service
- IamService__BaseUrl=http://iam-service-net:8080
- IamService__ServiceName=membership-service
# EN: JWT Configuration
# VI: Cấu hình JWT
- Jwt__Authority=http://iam-service-net:8080
- Jwt__Audience=goodgo-api
- Jwt__RequireHttpsMetadata=false
ports:
- "5003:8080"
depends_on: