Keats / jsonwebtoken

JWT lib in rust
MIT License
1.62k stars 252 forks source link

Support custom timestamp #340

Closed BrandonDyer64 closed 9 months ago

BrandonDyer64 commented 9 months ago

This will grant the ability to use jsonwebtoken's decode function on wasm32-unknown-unknown so long as a timestamp is provided. This may also help with future unit testing.

resolves #339

Keats commented 9 months ago

See my comment in the issue, I don't think this is a good solution.