Skip to content

Commit

Permalink
fix: remove cookie secure
Browse files Browse the repository at this point in the history
  • Loading branch information
ptyoiy committed Apr 17, 2024
1 parent c262ee2 commit b387dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/user/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const Kakao_login = async (req: express.Request, res: express.Response) =
const httpOnlyCookie: express.CookieOptions = {
sameSite: 'none',
httpOnly: true,
secure: true,
};
// access는 localStorage
// refresh는 http only cookie
Expand Down

0 comments on commit b387dfb

Please sign in to comment.