Reactive web security
One of the most vital parts of modern web applications is security. Since the early years of Spring Web, it has come with a companion module—the Spring Security module. This allows to set up a secure web application and naturally fit the existing Spring Web infrastructure by providing a Filter prior to any controller and web handler invocation. For many years, the Spring Security module was coupled with the Web MVC infrastructure and only used the Filter abstraction from the Servlet API.
Fortunately, with the introduction of the Reactive WebFlux module, everything has changed. In order to support reactive and non-blocking interaction between components and to provide access in a reactive fashion, Spring Security provides ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access