Skip to content

Commit

Permalink
Session
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jan 7, 2025
1 parent 6829bec commit 1aa8809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/api/src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export const setupAuth = (c: Context) => {
maxAge: 5 * 60,
},
},
crossSubDomainCookies: {
enabled: true,
},
advanced: {
crossSubDomainCookies: {
enabled: true,
Expand Down

0 comments on commit 1aa8809

Please sign in to comment.