Skip to content

Commit 7bfb1a1

Browse files
committed
Add documentation for session timeout configuration
1 parent 9504174 commit 7bfb1a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/reference/configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,4 +711,19 @@ experimental:
711711

712712
# Time-to-live of compatibility access tokens in seconds, when refresh tokens are supported. Defaults to 300, 5 minutes.
713713
#compat_token_ttl: 300
714+
715+
# Experimental feature to automatically expire inactive sessions
716+
# Disabled by default
717+
#inactive_session_expiration:
718+
# Time after which an inactive session is automatically finished in seconds
719+
#ttl: 32400
720+
721+
# Should compatibility sessions expire after inactivity. Defaults to true.
722+
#expire_compat_sessions: true
723+
724+
# Should OAuth 2.0 sessions expire after inactivity. Defaults to true.
725+
#expire_oauth_sessions: true
726+
727+
# Should user sessions expire after inactivity. Defaults to true.
728+
#expire_user_sessions: true
714729
```

0 commit comments

Comments
 (0)