mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
Its working!
This commit is contained in:
parent
d520ba9e38
commit
c9b48a6123
10 changed files with 81 additions and 15 deletions
|
@ -27,9 +27,10 @@ export const lucia = new Lucia(adapter, {
|
|||
name: "session",
|
||||
expires: false,
|
||||
attributes: {
|
||||
secure: environment.ENVIRONMENT === "prod",
|
||||
sameSite: "strict",
|
||||
// domain: "example.com"
|
||||
// secure: environment.ENVIRONMENT === "prod",
|
||||
// sameSite: "strict",
|
||||
secure: false,
|
||||
domain: ".testing123.io"
|
||||
},
|
||||
},
|
||||
sessionExpiresIn: new TimeSpan(2, "w"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue