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 21 application not starting in local #22

Closed devondragon closed 1 year ago

devondragon commented 1 year ago

Merging in fix for issue-21

Added configuration flag (spring.security.oauth2.enabled) with default false value, which controls the OAuth2 setup in WebSecurityConfig.