Skip to content

fix: expose refresh token and current user API#36

Open
heodongun wants to merge 1 commit into
mainfrom
feat/user-auth-swagger-fixes
Open

fix: expose refresh token and current user API#36
heodongun wants to merge 1 commit into
mainfrom
feat/user-auth-swagger-fixes

Conversation

@heodongun

Copy link
Copy Markdown
Contributor

Summary

  • return refreshToken in login/refresh responses while preserving cookie delivery
  • add GET /users/me for authenticated current-user lookup
  • stabilize user service OpenAPI/health support for gateway-facing docs

@heodongun heodongun requested a review from a team as a code owner April 22, 2026 00:38
@heodongun heodongun requested review from HyunwooKiim and leegunwoooo and removed request for a team April 22, 2026 00:38
@coderabbitai

coderabbitai Bot commented Apr 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@heodongun has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 24 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 24 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: be3d1ad2-126d-47da-a228-a2fcf3a89402

📥 Commits

Reviewing files that changed from the base of the PR and between 3a1d3a1 and b105f0d.

📒 Files selected for processing (19)
  • build.gradle
  • compose.yml
  • src/main/java/gajeman/jagalchi/jagalchiserver/application/user/service/QueryUserByNameCommand.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/application/user/usecase/QueryUserByNameUseCase.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/application/verification/service/SendVerificationCodeCommand.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/global/config/OpenApiConfig.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/global/config/SecurityConfig.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/global/config/WebConfig.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/infrastructure/cookie/CookieUtil.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/infrastructure/jwt/service/TokenService.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/infrastructure/mail/MailUtil.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/infrastructure/oauth2/OAuth2LoginSuccessHandler.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/presentation/auth/AuthController.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/presentation/auth/dto/response/LoginResponse.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/presentation/health/HealthController.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/presentation/user/FollowController.java
  • src/main/java/gajeman/jagalchi/jagalchiserver/presentation/user/UserController.java
  • src/main/resources/application.yml
  • src/test/java/gajeman/jagalchi/jagalchiserver/application/verification/SendVerificationCodeCommandTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/user-auth-swagger-fixes

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.

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.

1 participant