Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] 로그인 기능 구현 #79

Open
1 of 5 tasks
heegu123 opened this issue Jan 9, 2025 · 0 comments
Open
1 of 5 tasks

[FEATURE] 로그인 기능 구현 #79

heegu123 opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
FEATURE 기능 추가

Comments

@heegu123
Copy link
Contributor

heegu123 commented Jan 9, 2025

로그인 기능 구현

📄 설명 : JWT를 이용한 로그인 기능.

JWT를 활용한 사용자 인증 및 권한 관리 기능 구현

✅ 기능 목록 :

  • JWT 발급 및 유효성 검증 로직 구현
  • JWT를 이용한 인증 및 권한 관리
  • 비밀번호 암호화를 위한 Security 적용 (BCrypt)
  • 로그아웃 기능 (JWT 무효화 처리)
  • 예외 처리 (Invalid Token, Expired Token 등)
@heegu123 heegu123 added the FEATURE 기능 추가 label Jan 9, 2025
@heegu123 heegu123 added this to the 1차 MVP 개발 milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 기능 추가
Projects
None yet
Development

No branches or pull requests

3 participants