인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

gauri7891's profile image
gauri7891

asked

Spring Security

5) DB linkage authentication processing (2): CustomAuthenticationProvider

[코드공유] SecurityFilterChain 사용하신분들 참고하세요!

Written on

·

405

8

@Bean
public CustomAuthenticationProvider customAuthenticationProvider() {
    return new CustomAuthenticationProvider();
}

제 깃헙도 공유합니다. 필요하신분들은 참고하세요.

https://github.com/DongWoonKim/core-spring-security

spring-bootjavaSpring Security

Answer

This question is waiting for answers
Be the first to answer!
gauri7891's profile image
gauri7891

asked

Ask a question