Skip to content

Commit

Permalink
FIX : 로그아웃 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juwum12 committed May 7, 2024
1 parent d6a6aa9 commit db6a97c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class UserService {
private final RedisTool redisTool;

public void logout(HttpServletRequest request, HttpServletResponse response) {
log.info("UserService 접근");

response.addHeader(JwtUtil.AUTHORIZATION_HEADER, null);
Cookie cookie = new Cookie(JwtUtil.AUTHORIZATION_HEADER, null);
Expand Down

0 comments on commit db6a97c

Please sign in to comment.