메뉴 권한 수정
This commit is contained in:
@@ -83,9 +83,10 @@ public class SecurityConfig {
|
||||
.requestMatchers("/api/user/**")
|
||||
.authenticated()
|
||||
.anyRequest()
|
||||
// .access(redisAuthorizationManager)
|
||||
.access(menuAuthorizationManager)
|
||||
|
||||
.authenticated())
|
||||
// .authenticated()
|
||||
)
|
||||
.addFilterBefore(
|
||||
jwtAuthenticationFilter,
|
||||
UsernamePasswordAuthenticationFilter
|
||||
|
||||
Reference in New Issue
Block a user