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 토큰 생성 시 사용자 유저 권한 정보 반환 #85

Merged
merged 7 commits into from
May 7, 2023

Conversation

Sirius506775
Copy link
Member

@Sirius506775 Sirius506775 commented May 7, 2023

☑️ Describe your changes

  • JWT 발행 시 받아온 ID와 일치하는 유저 정보를 반환하는 service 클래스 작성
  • APIUserRepository 클래스에 클라이언트가 입력한 ID에 해당하는 사용자 정보 반환하는 메소드 작성
  • JWTUtil 클래스에 payload에 권한 정보 주입

📷 Screenshot

image
image
image

🔗 Issue number and link

@Sirius506775 Sirius506775 added chore 설정 및 기타 이슈에 관련된 내용입니다. refactor 코드가 내부적으로 작동하는 방식을 변경합니다. test 테스트 코드를 작성합니다. DONGHEON labels May 7, 2023
@Sirius506775 Sirius506775 requested a review from jyp-on May 7, 2023 17:04
Copy link
Contributor

@jyp-on jyp-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 설정 및 기타 이슈에 관련된 내용입니다. DONGHEON refactor 코드가 내부적으로 작동하는 방식을 변경합니다. test 테스트 코드를 작성합니다.
Projects
Development

Successfully merging this pull request may close these issues.

[BACK] 사용자 로그인 시 JWT 이용한 토큰 인증 방식 구현
2 participants