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