Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

exp field reported as missing when present but of wrong type #393

Open BartMassey opened 1 month ago

BartMassey commented 1 month ago

an exp field like a time string 2024-06-05T23:23:17Z is currently reported as missing rather than malformed when exp is required.

Ask me how I know… :grinning: