-
Notifications
You must be signed in to change notification settings - Fork 0
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
JWT 로그인 #9
Comments
Merged
limehee
added a commit
that referenced
this issue
Jul 30, 2024
limehee
added a commit
that referenced
this issue
Jul 30, 2024
limehee
added a commit
that referenced
this issue
Jul 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
개요
이번 이슈는 Stempo 애플리케이션의 로그인 기능을 JWT(JSON Web Token)를 이용하여 구현하는 작업입니다.
기기 정보(Device tag)를 통해 사용자를 식별하며, 소셜 로그인 없이 사용자 정보를 직접 입력받아 로그인 기능을 구현합니다.
세부 작업 내용
1. JWT 로그인 구현
2. 로그인 엔드포인트 생성
3. 토큰 검증 및 인증
The text was updated successfully, but these errors were encountered: