Commit 5298fa20 by Patryk Czarnik

httpBasic

parent ca6e1af9
...@@ -17,7 +17,7 @@ public class SecurityConfig { ...@@ -17,7 +17,7 @@ public class SecurityConfig {
httpSecurity.authorizeHttpRequests() httpSecurity.authorizeHttpRequests()
.anyRequest().authenticated() .anyRequest().authenticated()
.and() .and()
.formLogin() .httpBasic()
; ;
return httpSecurity.build(); return httpSecurity.build();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment