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

JWT 로그인 #9

Closed
Tracked by #1
limehee opened this issue Jul 20, 2024 · 0 comments · Fixed by #10
Closed
Tracked by #1

JWT 로그인 #9

limehee opened this issue Jul 20, 2024 · 0 comments · Fixed by #10

Comments

@limehee
Copy link
Collaborator

limehee commented Jul 20, 2024

개요

이번 이슈는 Stempo 애플리케이션의 로그인 기능을 JWT(JSON Web Token)를 이용하여 구현하는 작업입니다.
기기 정보(Device tag)를 통해 사용자를 식별하며, 소셜 로그인 없이 사용자 정보를 직접 입력받아 로그인 기능을 구현합니다.

세부 작업 내용

1. JWT 로그인 구현

  • 기기 정보(Device tag)를 통해 사용자 식별
  • 소셜 로그인 없이 사용자 정보 입력
  • JWT를 사용하여 로그인 토큰 발급 및 검증

2. 로그인 엔드포인트 생성

  • 사용자 정보를 입력받아 JWT 토큰을 발급하는 엔드포인트 생성
  • 요청된 사용자 정보를 검증하고, 유효한 경우 JWT 토큰을 반환

3. 토큰 검증 및 인증

  • 클라이언트 요청 시, 헤더에 포함된 JWT 토큰을 검증
  • 유효한 토큰인 경우, 요청을 처리하고, 그렇지 않은 경우 인증 실패 응답 반환
This was referenced Jul 20, 2024
@limehee limehee linked a pull request Jul 21, 2024 that will close this issue
limehee added a commit that referenced this issue Jul 30, 2024
limehee added a commit that referenced this issue Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant