accounts/account
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
..
api remove: remove internal/auth/mfa_service.go 2025-11-05 22:25:15 +08:00
cmd feat(auth): implement dual-layer token authentication with config support 2025-11-05 20:11:23 +08:00
config feat(auth): implement dual-layer token authentication with config support 2025-11-05 20:11:23 +08:00
internal cleanup(auth): remove test/docs files from internal/auth 2025-11-05 22:58:39 +08:00
scripts feat(db): add setup_postgres_local.sh for local PostgreSQL initialization 2025-10-30 15:35:13 +08:00
sql Fix public schema reset script (#511) 2025-10-13 13:07:52 +08:00
Makefile Added new account export and config files, updated nginx configuration 2025-10-31 07:59:09 +08:00