You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,8 +24,8 @@ Here is the full list of available parameters with their default values:
24
24
|`domain`| The domain to set the cookie to. This must match the domain of the JavaScript origin. Cookies set on top-level domain are available to sub-domains. | Top-level domain |
25
25
|`maxage`| The maximum amount of time in seconds before the cookie expires. Browsers may clear cookies before this elapses. | 1 year |
26
26
|`path`| The path the cookie is valid for. |`"/"`|
27
-
|`sameSite`| This prevents the browser from sending the cookie along with cross-site requests. | Lax |
28
-
|`secure`| This determines whether cookies can only be transmitted over secure protocols such as https. | false |
27
+
|`sameSite`| This prevents the browser from sending the cookie along with cross-site requests. |`Lax`|
28
+
|`secure`| This determines whether cookies can only be transmitted over secure protocols such as https. |`false`|
0 commit comments