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
accessKey时间如何设置成永久的?现在每隔一段时间就要手动轮换一次
The text was updated successfully, but these errors were encountered:
可以修改数据库里面user_tokens表中对应的expires_at时间来实现accessKey时间无限长。另外,因为expires_at在mysql数据库中是timestamp类型,它在低版本中可设置最大年限是 '2038-1-19 11:14:07',解决办法是将timestamp改为datetime类型。
Sorry, something went wrong.
No branches or pull requests
accessKey时间如何设置成永久的?现在每隔一段时间就要手动轮换一次
The text was updated successfully, but these errors were encountered: