Keats / jsonwebtoken

JWT lib in rust
MIT License
1.69k stars 269 forks source link

Invalid documentation on `Validation.leeway` #234

Closed camcamd closed 2 years ago

camcamd commented 2 years ago

Since version 8.0.0, default value of Validation.leeway is 60, yet documentation specifies that it defaults to 0. I let you decide if it's the doc that needs to be updated or the default value of leeway ;)

Keats commented 2 years ago

Thanks!