Skip to content

Commit

Permalink
Merge pull request #37 from interledger/31-additions-for-integration-…
Browse files Browse the repository at this point in the history
…with-wm-tools

fix: removed exp session prop
  • Loading branch information
raducristianpopa authored Oct 3, 2024
2 parents faf9213 + 698aabe commit 4708b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const { getSession, commitSession, destroySession } =
httpOnly: true,
secure: process.env.NODE_ENV === "production" ? true : false,
sameSite: "none",
partitioned: true,
secrets: [
process.env.SESSION_COOKIE_SECRET_KEY || "supersecretilpaystring",
],
Expand Down

0 comments on commit 4708b00

Please sign in to comment.