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

Issue 5 redundant configmethod in web security config #6

Closed JohnnyMoonlight closed 3 years ago

JohnnyMoonlight commented 3 years ago

The pull requests adresses this issue: https://github.com/devondragon/SpringUserFramework/issues/5

A redundant setting in WebSecurityConfig.java has been removed.

devondragon commented 3 years ago

Great! Thank you @JohnnyMoonlight !

JohnnyMoonlight commented 3 years ago

Thank you for providing this awesome repo!