TokenFormat:生成的令牌的格式。 它可以是以下格式:JWT(包含所有User字段),JWT-Empty(包含所有非空值)或JWT-Custom自定义访问令牌内的User字段。 When using JWT-Custom, each attribute includes a Type field (Array or String) to control how values are returned in the token.
ExpireInHours:登录将在几小时后过期。
CookieExpireInHours: Session timeout in hours (default: 720 hours / 30 days). Controls how long users stay logged in via session cookies. When users log in without selecting "Remember me", the session is capped at 24 hours for security. If set to 0, uses the default of 720 hours.