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: 인증 객체로부터 사용자 정보를 얻을 수 있도록 한다. #11

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 인증 객체로부터 사용자 정보 추출을 위한 ArgumentResolver를 구현하였습니다.
    • 유효한 인증 객체가 존재하지 않으면 예외를 던집니다.
  • 구현한 resolver를 테스트 하기 위해 ShoutLinkException을 처리하기 위한 예외 핸들러를 추가하였습니다.
    • ErrorCode마다 유효한 상태 코드를 지정하기 위해 상태 코드 변수를 추가하였습니다.
    • 상태 코드는 ErrorCode 내부에 별도의 상수로 선언하였습니다.

Copy link

Test Results

40 tests  +2   40 ✅ +2   1s ⏱️ ±0s
14 suites +2    0 💤 ±0 
14 files   +2    0 ❌ ±0 

Results for commit f81e70c. ± Comparison against base commit 982ebcf.

@hseong3243 hseong3243 merged commit e6caf29 into main Jan 24, 2024
2 checks passed
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.

feat: 인증 객체로부터 사용자 정보를 얻을 수 있도록 한다.
1 participant