Open Issues Need Help
View All on GitHub 사용자 인증 시스템 구축 (User Authentication System) 8 days ago
AI Summary: This issue outlines the development of a robust, JWT-based user authentication system to enable user identification, access control, and secure API interactions. It will implement user registration, login, and logout functionalities, supporting multi-device sessions with Access and Refresh tokens, secure password hashing (BCrypt+Pepper), and Redis caching for performance. The scope focuses on local email/password authentication, explicitly excluding social logins, email verification, and password reset features.
Complexity:
3/5
feature good first issue