Compare commits
4 Commits
787fff6bb0
...
3662ced22b
| Author | SHA1 | Date | |
|---|---|---|---|
| 3662ced22b | |||
| 4645d61d65 | |||
|
|
cb6ac7610c | ||
|
|
57ffa49c5b |
@ -14,6 +14,7 @@ export default function AuthCallback() {
|
|||||||
// Set cookie with 7 day expiration, accessible across all subdomains
|
// Set cookie with 7 day expiration, accessible across all subdomains
|
||||||
setCookie("jwt_token", token, {
|
setCookie("jwt_token", token, {
|
||||||
path: "/",
|
path: "/",
|
||||||
|
domain: "gophernest.net", // shared across all subdomains
|
||||||
maxAge: 60 * 60 * 24 * 7, // 7 days in seconds
|
maxAge: 60 * 60 * 24 * 7, // 7 days in seconds
|
||||||
secure: true,
|
secure: true,
|
||||||
sameSite: "lax",
|
sameSite: "lax",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user