jonasroussel / dart_jsonwebtoken

A dart implementation of the famous javascript library 'jsonwebtoken'
MIT License
87 stars 29 forks source link

Fix iat claim verification #57

Closed labrom closed 1 week ago

labrom commented 2 weeks ago

Fix iat claim verification

In the verify function, actually use the issueAt argument to verify that the token wasn't issued before the specified date and time.

jonasroussel commented 1 week ago

Available in the v2.14.1

https://pub.dev/packages/dart_jsonwebtoken/versions/2.14.1