Skip to content

Commit

Permalink
fix : accessToken URL 내 노출 방지
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jaesungyu committed May 1, 2024
1 parent e2d6d4d commit 921836c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public String kakaoLogin(@RequestParam String code,

String accessToken = kakaoService.kakaoLogin(code, response);

return "redirect:https://www.dongnaebangnae.com/?accessToken=" + accessToken;
// return "redirect:https://www.dongnaebangnae.com";
// return "redirect:https://www.dongnaebangnae.com/?accessToken=" + accessToken;
return "redirect:https://www.dongnaebangnae.com";

}
}

0 comments on commit 921836c

Please sign in to comment.