We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3038579 commit c7b1946Copy full SHA for c7b1946
backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java
@@ -84,7 +84,6 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
84
userInfo.userService(
85
customOAuthUserService))
86
.successHandler(oAuthSuccessHandler))
87
- .httpBasic(Customizer.withDefaults())
88
.logout(
89
logout ->
90
logout.logoutUrl("/logout")
0 commit comments