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
627 stars 143 forks source link

issued_at is not in UTC #86

Open drforse opened 2 years ago

drforse commented 2 years ago

issued_at (iat) in tokens are not in utc, but in system timezone... Is it intended to be this way? Is there a prossibility to modify this behavior without changing the library code?