oauth2-rs
oauth2-rs copied to clipboard
DPoP support
Does this crate implement OAuth 2.0 Demonstrating Proof of Possession (DPoP)? If not, do you plan on implementing it?
Not currently. See discussion in https://github.com/ramosbugs/openidconnect-rs/issues/54 and https://github.com/ramosbugs/openidconnect-rs/pull/109. Given the complexity, I think this would make sense as a separate crate built on top of this one, similar to other JWT functionality (#211).