Skip to content

Commit

Permalink
Merge pull request #195 from APPS-sookmyung/dev
Browse files Browse the repository at this point in the history
[Fix] 도메인 수정
  • Loading branch information
ajung7038 authored Dec 25, 2024
2 parents 7d8ed77 + d25dfa7 commit a140c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public String callback(@RequestParam("code") String code, HttpServletResponse re
"Set-Cookie",
"token=" + jwtToken
+ "; Path=/"
+ "; Domain=localhost"
+ "; Domain=wellet.netlify.app"
+ "; HttpOnly"
+ "; Max-Age=604800"
+ "; SameSite=None"
Expand Down

0 comments on commit a140c0e

Please sign in to comment.