3 Commits
Author SHA1 Message Date
furyhawk 495db8f5f2 feat: add documentation for adding new features and update dependency paths 2026-06-15 09:21:07 +08:00
furyhawk 1c203b6bdb Refactor authentication and chat services to use Redis for token management and message storage
- Introduced `auth_token_repo` for handling auth token operations in Redis.
- Created `chat_repo` for managing chat sessions and messages in Redis.
- Implemented `ChatService` and `AuthService` to encapsulate business logic for chat and authentication.
- Updated routes to utilize new service and repository layers, removing direct database calls.
- Enhanced user management with `UserService` for CRUD operations and user authentication.
- Revised architecture documentation to reflect the new service-repository pattern.
2026-06-14 19:24:12 +08:00
furyhawk 6b94af814c feat: Implement session creation timestamps and enhance session management in API 2026-06-14 14:26:33 +08:00