Open
Description
Expected Behavior
We would like to be able to use DPoP authentication with WebFlux.
Current Behavior
There is no implementation for DPoP authentication for WebFlux.
Context
Feature request: We would like to use DPoP authentication with Spring Cloud Gateway (WebFlux version), however all of the DPoP classes such as DPoPAuthenticationProvider and DPoPAuthenticationConfigurer only support WebMVC / non-reactive.