fastapi-jwt-auth
fastapi-jwt-auth copied to clipboard
issued_at is not in UTC
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?