SecurityConfig

@Configuration
@EnableMethodSecurity
class SecurityConfig(jwtProvider: JwtProvider)

스프링 시큐리티 설정

Constructors

Link copied to clipboard
constructor(jwtProvider: JwtProvider)

Functions

Link copied to clipboard
@Bean
fun securityFilterChain(http: HttpSecurity): SecurityFilterChain