accounts/account/cmd
Haitao Pan 8edeb75391 feat(auth): implement dual-layer token authentication with config support
- Add auth.enable configuration field (default: true)
- Add TokenService initialization in account service
- Implement token exchange endpoint (/api/auth/token/exchange)
- Implement token refresh endpoint (/api/auth/token/refresh)
- Protect routes with JWT authentication middleware
- Update configuration structures for all services
- Support accessSecret with configurable expiry times
- Update token management script to handle all token types
- Validate auth configuration consistency across services
2025-11-05 20:11:23 +08:00
..
accountsvc feat(auth): implement dual-layer token authentication with config support 2025-11-05 20:11:23 +08:00
createadmin Gate super admin counting behind opt-in (#451) 2025-10-07 11:18:21 +08:00
migratectl feat(account): add merge-aware importer with dry-run support (#507) 2025-10-13 11:24:36 +08:00
syncctl Add SSH-based account sync utility (#602) 2025-10-30 14:07:53 +08:00