Skip to content

Commit 48d0d41

Browse files
committed
Fix authCookieSetter expiry docs to reference JWT TTL
1 parent 4e71bee commit 48d0d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/default-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ authCookieSetter:
174174
http-only: true # If true enhances security by making the cookie inaccessible to JavaScript.
175175
same-site: true # Restricts the cookie to first-party contexts, preventing CSRF attacks.
176176
same-site-mode: strict # Strictly prevents the cookie from being sent along with cross-site requests.
177-
expires-ttl: 86_400 # Defines the duration (in seconds, default 1 day) for which the cookie is valid.
177+
expires-ttl: 86_400 # Defines the duration in seconds for which the cookie is valid (default: 86400 seconds = 1 day). When using jwtTokenManager, this value should match the TTL configured at /jwtTokenManager/ttl.
178178
179179
# Creates Authorization header from auth cookie. Compatible with Basic and JWT auth.
180180
authCookieHandler:

0 commit comments

Comments
 (0)