IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
644 stars 150 forks source link

Is there any way to auto refresh secrets? #39

Closed GoodManWEN closed 3 years ago

GoodManWEN commented 3 years ago

Didn't find much info in docs , need help , thanks.

IndominusByte commented 3 years ago

That you mean is an auto-renew token or secret key from setting?

GoodManWEN commented 3 years ago

I mean auto-renew secret , since according to what I know it may lead to some security issues if I startup a long time support service and never change secret anymore.