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
* The cookie domain. See the specification here: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.3
412
+
* Whether to set the secure flag on the cookie. This is useful when the application is served over HTTPS.
413
+
*
414
+
* @defaultfalse
415
+
* @exampletrue
416
+
*/
417
+
secureCookieAttribute?:boolean,
418
+
/**
419
+
* The cookie domain.
420
+
* See the specification here: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.3
405
421
*
406
422
* @default''
407
-
* @examplesidebase.io
423
+
* @example'sidebase.io'
408
424
*/
409
-
cookieDomain?:string;
425
+
cookieDomain?:string,
410
426
},
411
427
/**
412
428
* Settings for the authentication-refreshToken that `nuxt-auth` receives from the `signIn` endpoint and that can be used to authenticate subsequent requests.
0 commit comments