-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
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
用户登录 jwt过期时间是多少,请求jwt登陆频率有没有限制 #141
Comments
jwt应该是会自己包含过期时间之类的信息。 src/db/token_manager.h文件有定义过期时间
刚刚看了看python client的代码,应该是没有刷新token的逻辑,估计得自己做,或者自己提pr加上对应的逻辑吧 |
在3.3.3版本会优化JWT相关逻辑,同时也会有相关的过期时间和刷新token的接口。 |
JWT逻辑已优化,可以再看一下。 |
The issue is closed due to inactivity. Please feel free to create a new one if you have more questions. And please star this repo if you find it useful! Thanks! |
The text was updated successfully, but these errors were encountered: