From 1140950b9c034329e19637762f62203fc53565bd Mon Sep 17 00:00:00 2001 From: Erikson Bahr Date: Thu, 1 Feb 2024 11:00:15 -0300 Subject: [PATCH] update docs --- docs/docs/configuration/alpha_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/alpha_config.md b/docs/docs/configuration/alpha_config.md index 24e6a429..03f10faa 100644 --- a/docs/docs/configuration/alpha_config.md +++ b/docs/docs/configuration/alpha_config.md @@ -388,6 +388,8 @@ character. | `userIDClaim` | _string_ | UserIDClaim indicates which claim contains the user ID
default set to 'email' | | `audienceClaims` | _[]string_ | AudienceClaim allows to define any claim that is verified against the client id
By default `aud` claim is used for verification. | | `extraAudiences` | _[]string_ | ExtraAudiences is a list of additional audiences that are allowed
to pass verification in addition to the client id. | +| `enableCookieRefresh` | _bool_ | Enable cookie refresh functionality that is going to be triggered every time the session is updated | +| `cookieRefreshName` | _string_ | Name of the cookie that is going to be extracted from the request and refreshed | ### Provider