kilork / openid

OpenID Connect Rust Library
The Unlicense
63 stars 22 forks source link

panic if exp field is wrong unix timestamp #30

Closed kilork closed 1 year ago

kilork commented 1 year ago

We should not have panics for this case, as library should not be point of failure for such reason. New error type would be introduced.