diff --git a/docusaurus/docs/cms/configurations/admin-panel.md b/docusaurus/docs/cms/configurations/admin-panel.md index d5126ee83d..35f4c8ae6d 100644 --- a/docusaurus/docs/cms/configurations/admin-panel.md +++ b/docusaurus/docs/cms/configurations/admin-panel.md @@ -322,6 +322,7 @@ To configure HTTP cookies for admin authentication, use the following parameters | Parameter | Description | Type | Default | |-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------| | `auth.cookie` | Cookie configuration for admin authentication | object | `{}` | +| `auth.cookie.name` | Name of the admin access-token cookie. The value is trimmed and validated against RFC 6265 cookie-name characters. Invalid values fall back to the default. | string | `'jwtToken'` | | `auth.cookie.domain` | Cookie domain (inherits from server if not set) | string | `undefined` | | `auth.cookie.path` | Cookie path | string | `'/admin'` | | `auth.cookie.sameSite` | | string | `'lax'` |