pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

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

Open Drvanon opened 4 years ago

Drvanon commented 4 years ago

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.