Commit 5298fa20 by Patryk Czarnik

httpBasic

parent ca6e1af9
......@@ -17,7 +17,7 @@ public class SecurityConfig {
httpSecurity.authorizeHttpRequests()
.anyRequest().authenticated()
.and()
.formLogin()
.httpBasic()
;
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