Open jvalkeal opened 5 years ago
As we are opinionated with security. When we go and use IgnoreAllSecurityConfiguration, we should also implement custom no-op UserDetailsService not to create default user.
IgnoreAllSecurityConfiguration
UserDetailsService
As we are opinionated with security. When we go and use
IgnoreAllSecurityConfiguration
, we should also implement custom no-opUserDetailsService
not to create default user.