-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
While experimenting with the SD-JWT library to create and verify presentations, I saw that the library uses LocalDateTime to verify if the JWT was within 30 seconds time period in the method verifyJwtClaims. This verification code works fine if the LocalDateTime creates the object in UTC as the original key binding JWT created using nimbus library (in createPresentation) is in UTC time. However for other time zones, it fails with error JWT not yet valid.
I can put up a fix, if the explanation seems correct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels