인증1 인증 FormLogin SpringSecurity에는 세부적인 보안 기능을 설정할 수 있는 API를 제공합니다. 스프링 시큐리티의 인증 플로우 1. 간단한 FormLogin 구현 1.1 Security Config 파일 작성 @Configuration @EnableWebSecurity @RequiredArgsConstructor public class SecurityConfig { private final AuthenticationService authenticationService; @Bean public WebSecurityCustomizer webSecurityCustomizer() { return (web) -> web.ignoring() .mvcMatchers("/images/**", "/favicon.ico","no.. 2023. 12. 12. 이전 1 다음