Skip to content

Commit f44a950

Browse files
authored
๐Ÿ“š docs: Http Basic ์ ์šฉ (#147)
1 parent e480e7b commit f44a950

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)