Remove HTTP Basic auth

This commit is contained in:
William Brawner 2020-02-18 21:02:32 -07:00
parent 59baf03e22
commit 5182c85e96

View file

@ -63,8 +63,6 @@ open class SecurityConfig(
.anyRequest() .anyRequest()
.authenticated() .authenticated()
.and() .and()
.httpBasic()
.and()
.cors() .cors()
.configurationSource { .configurationSource {
with(CorsConfiguration()) { with(CorsConfiguration()) {