accounts/rag-server
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 Move RAG module under rag-server (#526) 2025-10-15 13:27:37 +08:00
cmd feat(auth): implement rag-server remote auth middleware 2025-11-05 21:01:20 +08:00
config feat(auth): implement rag-server remote auth middleware 2025-11-05 21:01:20 +08:00
internal cleanup(auth): remove test/docs files from internal/auth 2025-11-05 22:58:39 +08:00
migrations Refactor server layout to rag-server (#525) 2025-10-15 13:04:58 +08:00
proxy Refactor server layout to rag-server (#525) 2025-10-15 13:04:58 +08:00
sql refactor(postgresql): replace zhparser+scws with pg_jieba; update Makefile and setup scripts 2025-10-30 15:16:32 +08:00
cors.go Refactor server layout to rag-server (#525) 2025-10-15 13:04:58 +08:00
Makefile update rag-server/Makefile 2025-10-15 14:36:37 +08:00
server.go Refactor server layout to rag-server (#525) 2025-10-15 13:04:58 +08:00