로그인 기능 추가
This commit is contained in:
@@ -59,7 +59,7 @@ public class SecurityConfig {
|
||||
.logout(logout -> logout.disable())
|
||||
.authenticationProvider(customAuthenticationProvider)
|
||||
.authorizeHttpRequests(
|
||||
auth -> auth.anyRequest().permitAll() // 🔥 인증 필요 없음
|
||||
auth -> auth.anyRequest().permitAll()
|
||||
);
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user