Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 491 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 491 Bytes

csrf-reactive

This projects aims to experiment the usages of CSRF protection on the Spring Reactive stack.

July 2024 - testing the interaction between CSRF protection and the usage of Spring Actuator endpoints for modifying the logging levels; in this case, since the reactive approach does not implement the equivalent ignoringRequestMatchers method, it seems that there is no way to enable these endpoints for POST calls other than re-declare the requireCsrfProtectionMatcher.