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
Refer to https://tools.ietf.org/html/rfc7517 or https://auth0.com/docs/tokens/concepts/jwks for
199
199
more information about JWKS.
200
200
@@ -243,8 +243,13 @@ Configuration options:
243
243
- **path**: Path, default is ``/``
244
244
- **domain**: Domain, default is an empty string.
245
245
- **secure**: Bool, default is ``false``
246
-
- **httpOnly**: Bool, default is ``false``
246
+
- **httponly**: Bool, default is ``false``
247
247
- **value**: Value, default is an empty string.
248
+
- **samesite**: String/null The value for the same site attribute.
249
+
250
+
The defaults for the various options besides ``cookie.name`` will be those
251
+
set for the ``Cake\Http\Cookie\Cookie`` class. See `Cookie::setDefaults() <https://api.cakephp.org/4.0/class-Cake.Http.Cookie.Cookie.html#setDefaults>`_
252
+
for the default values.
248
253
249
254
- **fields**: Array that maps ``username`` and ``password`` to the
0 commit comments