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()
|
.anyRequest()
|
||||||
.authenticated()
|
.authenticated()
|
||||||
.and()
|
.and()
|
||||||
.httpBasic()
|
|
||||||
.and()
|
|
||||||
.cors()
|
.cors()
|
||||||
.configurationSource {
|
.configurationSource {
|
||||||
with(CorsConfiguration()) {
|
with(CorsConfiguration()) {
|
||||||
|
|
Loading…
Reference in a new issue