You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CsrfConfigurer automatically adds an instance of CsrfAuthenticationStrategy as SessionAuthenticationStrategy. It would be helpful to allow another strategy to be added.
Actual Behavior
An instance of CsrfAuthenticationStrategy is configured automatically.
Expected Behavior
The CsrfConfigurer contains a method to configure the used SessionAuthenticationStrategy.