What is the difference between @EnableWebSecurity
and @EnableWebFluxSecurity
from the context of security?
I am trying to use a Spring Cloud Gateway which supports few reactive Micro-services in the downstream. And few normal web services as well. And wanted to user @EnableWebSecuirty
in the API Gateway. So will that work with reactive Services as well?