Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…World-back into develop
  • Loading branch information
Contingency1 committed Aug 30, 2024
2 parents 3b8a612 + f3a3ced commit 2b5a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/interceptors/cookie.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class CookieInterceptor implements NestInterceptor {
httpOnly: true,
domain: this.configService.get<string>("COOKIE_DOMAIN"),
secure: true,
sameSite: "lax",
sameSite: "none",
maxAge: 1000 * 60 * 60 * 24 * 7, // 7 days
});
}
Expand Down

0 comments on commit 2b5a5ec

Please sign in to comment.