Allow basic auth
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
cc5c8b3da1
commit
94d2111ca6
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ open class SecurityConfig(
|
|||
.anyRequest()
|
||||
.authenticated()
|
||||
.and()
|
||||
.httpBasic()
|
||||
.and()
|
||||
.cors()
|
||||
.configurationSource {
|
||||
with(CorsConfiguration()) {
|
||||
|
|
Loading…
Reference in a new issue