mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-03 10:06:32 +00:00
perf: 优化ttl
This commit is contained in:
parent
bf68ddf09e
commit
c115ef7b47
@ -13,5 +13,6 @@ class SSOSettingSerializer(serializers.Serializer):
|
||||
help_text=_("Other service can using SSO token login to JumpServer without password")
|
||||
)
|
||||
AUTH_SSO_AUTHKEY_TTL = serializers.IntegerField(
|
||||
required=False, label=_('SSO auth key TTL'), help_text=_("Unit: second")
|
||||
required=False, label=_('SSO auth key TTL'), help_text=_("Unit: second"),
|
||||
min_value=1, max_value=60*30
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user