We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请描述您的需求或者改进建议. 通过接口/kubepi/api/v1/sessions生成的jwt token 默认过期时间是10分钟。
internal/api/v1/session/session.go中这个 jwtMaxAge能不能配置化。 jwtMaxAge = 10 * time.Minute
The text was updated successfully, but these errors were encountered:
wanghe-fit2cloud
No branches or pull requests
请描述您的需求或者改进建议.
通过接口/kubepi/api/v1/sessions生成的jwt token 默认过期时间是10分钟。
internal/api/v1/session/session.go中这个
jwtMaxAge能不能配置化。
jwtMaxAge = 10 * time.Minute
The text was updated successfully, but these errors were encountered: