Skip to content

Commit

Permalink
Feat: Change to 1y
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho-s committed Aug 9, 2024
1 parent 47ac66e commit 1b34aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class AuthController {
sameSite: 'none',
secure: true,
path: '/',
maxAge: 3600 * 24 * 1 * 365, // 1y
domain: '.korrk.kr',
});

Expand Down

0 comments on commit 1b34aca

Please sign in to comment.