- Added detailed sections on distributed caching architecture, including caching overview, ICacheService interface, and caching strategies for tokens and sessions. - Enhanced documentation with mermaid diagrams to illustrate caching flows and key patterns. - Updated Redis configuration instructions in the README, including environment variable setup and usage examples for caching operations. - Removed outdated notes from the NOTE.MD file to streamline content and focus on relevant tasks and proposals.
16 lines
531 B
Markdown
16 lines
531 B
Markdown
⚠️ Còn Thiếu (Tùy chọn mở rộng)
|
|
- Authorization Code Flow - Cho OAuth2 web apps
|
|
- Role/Permission Management APIs - CRUD roles
|
|
- Email Verification - Confirm email
|
|
- 2FA/MFA - Two-factor authentication
|
|
- Social Login - Google, Facebook, etc.
|
|
|
|
|
|
Có Cached chưa
|
|
|
|
Đề xuất cần implement:
|
|
Redis Connection - Đăng ký IConnectionMultiplexer trong DI
|
|
Distributed Caching Service - Sử dụng IDistributedCache
|
|
Token Caching - Cache refresh tokens, blacklist tokens
|
|
Session Caching - User sessions và permissions
|