Skip to content

Commit

Permalink
disable http basic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed May 30, 2024
1 parent fddd6c8 commit 1d0d690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/biblivre/core/security/SecurityConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public SecurityFilterChain defaultSecurityFilterChain(HttpSecurity http) throws
.anyRequest()
.permitAll())
.formLogin(Customizer.withDefaults())
.httpBasic(Customizer.withDefaults())
.csrf(AbstractHttpConfigurer::disable);
return http.build();
}
Expand Down

0 comments on commit 1d0d690

Please sign in to comment.