Remove HTTP Basic auth
This commit is contained in:
parent
59baf03e22
commit
5182c85e96
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ open class SecurityConfig(
|
|||
.anyRequest()
|
||||
.authenticated()
|
||||
.and()
|
||||
.httpBasic()
|
||||
.and()
|
||||
.cors()
|
||||
.configurationSource {
|
||||
with(CorsConfiguration()) {
|
||||
|
|
Loading…
Reference in a new issue