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
Copy file name to clipboardExpand all lines: docs/security/authentication.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ authCookieSetter:
124
124
expires-ttl: 86400 # Defines the duration (in seconds, default 1 day) for which the cookie is valid
125
125
```
126
126
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.
0 commit comments