accounts/rag-server/internal/auth
Haitao Pan 0b3fab7d28 cleanup(auth): remove test/docs files from internal/auth
- Deleted non-essential files from rag-server/account internal/auth:
  - Removed: test files, docs (README, IMPLEMENTATION), cache/client modules
  - Kept: core JWT auth middleware and token_service only
- Simplified to JWT service-to-service authentication
- Claims retain UserID/Email/Roles business info
2025-11-05 22:58:39 +08:00
..
middleware.go feat(auth): implement token authentication system across services 2025-11-05 19:28:23 +08:00
token_service.go feat(auth): implement token authentication system across services 2025-11-05 19:28:23 +08:00