devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

Add support for configuring CSRF exclusions URLs #2

Closed devondragon closed 3 years ago

devondragon commented 3 years ago

For example REST endpoints where the caller won't have access to a valid CSRF token.

create-issue-branch[bot] commented 3 years ago

Branch issue-2-Add_support_for_configuring_CSRF_exclusions_URLs created!

devondragon commented 3 years ago

Fix merged in