my menus 권한 수정
This commit is contained in:
@@ -79,8 +79,8 @@ public class SecurityConfig {
|
||||
"/api/members/*/password",
|
||||
"/v3/api-docs/**")
|
||||
.permitAll()
|
||||
// 로그인한 사용자만 가능
|
||||
.requestMatchers("/api/user/**")
|
||||
// 로그인한 사용자만 가능 IAM
|
||||
.requestMatchers("/api/user/**", "/api/my/menus")
|
||||
.authenticated()
|
||||
.anyRequest()
|
||||
.access(menuAuthorizationManager)
|
||||
|
||||
Reference in New Issue
Block a user