Skip to content

Commit 9367394

Browse files
committed
Update JWT cookie renewal documentation
1 parent 6da52f3 commit 9367394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/authentication.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ authCookieSetter:
124124
expires-ttl: 86400 # Defines the duration (in seconds, default 1 day) for which the cookie is valid
125125
```
126126

127-
When using JWT tokens, the cookie can be updated by specifying both `?set-auth-cookie&renew-auth-token`. The query parameter `renew-auth-token` forces the `jwtTokenManager` to update the JWT.
127+
When using JWT tokens, the cookie can be updated by calling `POST /token/cookie?renew`. The query parameter `renew` forces the `jwtTokenManager` to update the JWT.
128128

129129
===== authCookieHandler
130130

0 commit comments

Comments
 (0)