ramosbugs / openidconnect-rs

OpenID Connect Library for Rust
MIT License
372 stars 98 forks source link

Implement `schemars::JsonSchema` for non-secret new types. #177

Open gibbz00 opened 2 weeks ago

gibbz00 commented 2 weeks ago

Placed behind a schemars feature flag.

Draft until https://github.com/ramosbugs/oauth2-rs/pull/279 gets merged.