ramosbugs / openidconnect-rs

OpenID Connect Library for Rust
MIT License
427 stars 103 forks source link

Don't fail JsonWebKeySet deserialize if 'keys' is missing #103

Closed holly-hacker closed 1 year ago

holly-hacker commented 1 year ago

Closes #102

I need to specify the constructor function explicitly because K does not implement Default and serde seems to require that.

ramosbugs commented 1 year ago

The keys field is required by the spec.