Comparing version
# lucia | ||
## 2.7.7 | ||
### Patch changes | ||
- [#1359](https://github.com/lucia-auth/lucia/pull/1359) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Allow `SameSite=None` session cookies | ||
## 2.7.6 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ import type { Env, Session } from "./index.js"; | ||
type SessionCookieAttributes = { | ||
sameSite?: "strict" | "lax"; | ||
sameSite?: "strict" | "lax" | "none"; | ||
path?: string; | ||
@@ -8,0 +8,0 @@ domain?: string; |
{ | ||
"name": "lucia", | ||
"version": "2.7.6", | ||
"version": "2.7.7", | ||
"description": "A simple and flexible authentication library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
95074
0.2%