We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39baf5 commit 3a895d7Copy full SHA for 3a895d7
src/app/callback/route.ts
@@ -37,6 +37,8 @@ export async function GET(request: NextRequest) {
37
value: token,
38
path: "/",
39
httpOnly: true,
40
+ secure: true,
41
+ sameSite: "lax",
42
});
43
44
return response;
0 commit comments