-
Notifications
You must be signed in to change notification settings - Fork 6k
Create CsrfCustomizer for SPA configuration (#14149) #16966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…4149) Signed-off-by: Felix Hagemans <[email protected]>
fb322f9
to
8d09a9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea, @felhag. It would be nice for the DSL to put this together for applications. I've left some feedback inline.
Note that I likely won't comment on this again until 6.5 releases, but I wanted to get you some feedback so that you aren't waiting on me.
...main/java/org/springframework/security/config/annotation/web/configurers/CsrfCustomizer.java
Outdated
Show resolved
Hide resolved
...main/java/org/springframework/security/config/annotation/web/configurers/CsrfCustomizer.java
Outdated
Show resolved
Hide resolved
...main/java/org/springframework/security/config/annotation/web/configurers/CsrfCustomizer.java
Outdated
Show resolved
Hide resolved
...main/java/org/springframework/security/config/annotation/web/configurers/CsrfCustomizer.java
Outdated
Show resolved
Hide resolved
...java/org/springframework/security/config/annotation/web/configurers/CsrfConfigurerTests.java
Outdated
Show resolved
Hide resolved
1740373
to
d72b57d
Compare
Signed-off-by: Felix Hagemans <[email protected]>
d72b57d
to
ec53749
Compare
Hey @jzheaux, thanks for your time. Processed your comments in a new commit (I assume it is squashed anyways when merged). Renamed the method to just And also updated the documentation. |
No description provided.