Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docusaurus/docs/cms/configurations/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <ExternalLink to="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#samesitesamesite-value" text="SameSite cookie attribute"/> | string | `'lax'` |
Expand Down
Loading