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 e480e7b commit e3cca6eCopy full SHA for e3cca6e
backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java
@@ -87,6 +87,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
87
userInfo.userService(
88
customOAuthUserService))
89
.successHandler(oAuthSuccessHandler))
90
+ .httpBasic(Customizer.withDefaults())
91
.logout(
92
logout ->
93
logout.logoutUrl("/logout")
0 commit comments