Skip to content

Commit

Permalink
Merge pull request #179 from kakao-tech-campus-2nd-step3/fix/#150-ref…
Browse files Browse the repository at this point in the history
…reshTokenCookie

[chore] log 3
  • Loading branch information
suhyeon7497 authored Nov 14, 2024
2 parents 971470c + 31231f8 commit a8d2d71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ protected void doFilterInternal(
if (accessToken != null) {
log.info("Access token: {}", accessToken.getValue());
}
} else {
log.info("cookie is null");
}
if (hasNoTokenCookie(request)) {
filterChain.doFilter(request, response);
Expand Down

0 comments on commit a8d2d71

Please sign in to comment.