rwadurian/backend/services/authorization-service/src/api
hailin bc1d4a62c6 fix(authorization): add Transform decorator to parse includeRevoked query param
查询参数都是字符串类型,需要将 'true' 转换为布尔值 true,
否则后端无法正确处理 includeRevoked 参数,导致已撤销的授权记录不显示。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 02:07:49 -08:00
..
controllers fix(authorization): allow admin tokens without accountSequence field 2026-01-03 22:57:56 -08:00
dto fix(authorization): add Transform decorator to parse includeRevoked query param 2026-01-04 02:07:49 -08:00