pallets-eco/flask-jwt

It is not clear from the documentation if the exp val is in seconds or milliseconds.

Drvanon opened this issue · 0 comments

There are multiple sources on the internet suggesting that the value of the expiration date is milliseconds since epoch. For this reason in my client side code I assumed this, however in the actual communication it failed.