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

[FEAT] 회원가입 & 로그인 기능 #6

Merged
merged 7 commits into from
Sep 21, 2024
Merged

[FEAT] 회원가입 & 로그인 기능 #6

merged 7 commits into from
Sep 21, 2024

Conversation

hannah0226
Copy link
Collaborator

@hannah0226 hannah0226 commented Sep 13, 2024

구현 기능

  • 회원가입
  • 로그인
  • 액세스토큰, 리프레시토큰 발급
  • 토큰 만료 예외처리

구현 상태

  • 회원가입
    image

  • 로그인
    스크린샷 2024-09-14 011355

  • 유효한 토큰 사용시
    스크린샷 2024-09-14 011423

  • 유효하지 않은(만료된) 토큰 사용시
    image

참고

  • 리프레시토큰 저장 및 액세스토큰 재발급 구현 필요
  • 현재 개발을 위해 모든 api 인증 해제해둠 -> 개발 완료 후 회원가입, 로그인, 액세스토큰 재발급 제외하고 모두 막기!, 관리자 관련 요청 막기!
  • MemberService.getCurrentMemberId() 메서드를 통해 현재 로그인한 사용자의 id 가져올 수 있음

Resolve

@hannah0226 hannah0226 self-assigned this Sep 13, 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 this pull request may close these issues.

2 participants