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
@@ -204,6 +206,20 @@ The cookie domain. See the specification here: https://datatracker.ietf.org/doc/
204
206
- **Type:** `string`
205
207
- **Default:** `''`
206
208
209
+
### `secureCookieAttribute`
210
+
211
+
If set, the cookie will be only sent through `HTTPS` protocol. See the specification here : https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.5
212
+
213
+
- **Type:** `boolean`
214
+
- **Default:** `'false'`
215
+
216
+
### `httpOnlyCookieAttribute`
217
+
218
+
If set, the cookie will not be accessible from JavaScript. See the specification here : https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.6
@@ -280,6 +300,20 @@ Note: Your backend may reject / expire the refreshToken earlier / differently.
280
300
281
301
The cookie domain. See the specification here: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.3
282
302
303
+
### `secureCookieAttribute`
304
+
305
+
If set, the cookie will be only sent through `HTTPS` protocol. See the specification here : https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.5
306
+
307
+
- **Type:** `boolean`
308
+
- **Default:** `'false'`
309
+
310
+
### `httpOnlyCookieAttribute`
311
+
312
+
If set, the cookie will not be accessible from JavaScript. See the specification here : https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.6
0 commit comments