Skip to content

Commit e3cca6e

Browse files
committed
docs: http basic 적용
1 parent e480e7b commit e3cca6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
8787
userInfo.userService(
8888
customOAuthUserService))
8989
.successHandler(oAuthSuccessHandler))
90+
.httpBasic(Customizer.withDefaults())
9091
.logout(
9192
logout ->
9293
logout.logoutUrl("/logout")

0 commit comments

Comments
 (0)