ramosbugs / openidconnect-rs

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

Enable timing-resistant-secret-traits feature for PartialEq/Hash #132

Open Stygmates opened 9 months ago

Stygmates commented 9 months ago

This is a follow up on https://github.com/ramosbugs/oauth2-rs/pull/232, so we don't have to have the oauth2 dependency directly mentioned when using this feature. Edit: A new version of oauth2 needs to be released for this to work.