spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.55k stars 5.79k forks source link

Add a WebFlux vs. Servlets Security Section to the docs #8193

Open asaikali opened 4 years ago

asaikali commented 4 years ago

Add a section to the Introduction part of the docs about Reactive vs. Servlet security. This section should explain to users what are the fundamental differences between security in a reactive world and a servlet world. topics to touch on in the section are.

rwinch commented 4 years ago

We could potentially do WebFlux vs Servlet, but Reactive vs Servlet is not really a good comparison since, for example, RSocket is only supported on the Reactive side and has no "Servlet" comparison

spring-projects-issues commented 4 years ago

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

asaikali commented 4 years ago

I have updated the title of the issue to be WebFlux vs. Servlet. In the ticket above Reactive and WebFlux were being used interchangeably.