Skip to content

refactor: 로그인시, pinPointId추가 및 로그 포맷 개선 (#115, #127, #129)#133

Merged
doup2001 merged 6 commits into
developfrom
refactor/#127
Apr 22, 2026
Merged

refactor: 로그인시, pinPointId추가 및 로그 포맷 개선 (#115, #127, #129)#133
doup2001 merged 6 commits into
developfrom
refactor/#127

Conversation

@doup2001
Copy link
Copy Markdown
Member

📌 작업한 내용

핵심 기능 개선:
- 로그인 시 pinPointId 필수 전달
- 로그 출력 JSON 구조화

보안/운영성 강화:
- RBAC 권한 체계 완성
- 구조화 로그로 모니터링 개선

🔍 변경 사항

로그인 API:

POST /auth/login
{ email, password, pinPointId } → user.pinPointId 포함

로그 포맷:

{"level":"INFO","timestamp":"2026-04-22T10:45Z","service":"auth","userId":123,"action":"login"}

## 🖼️ 스크린샷

로그인 요청/응답 | 구조화 로그 출력


## 🔗 관련 이슈
#127 (pinPointId 로그인)  
#115 (로그 포맷 개선)

## ✅ 체크리스트
- [x] 권한 변경/검증 테스트 완료
- [x] pinPointId 필수 검증 로직 확인
- [x] 코드 리뷰 반영 완료

@doup2001 doup2001 self-assigned this Apr 22, 2026
@doup2001 doup2001 added the refactor 코드 리팩토링 label Apr 22, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b1ee59e5-9a07-45f3-a8ad-72c34d2516b1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/#127

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@doup2001 doup2001 merged commit 4a1c535 into develop Apr 22, 2026
6 checks passed
@doup2001 doup2001 deleted the refactor/#127 branch April 22, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant