feat: myinfo
This commit is contained in:
@@ -77,8 +77,12 @@ public class SecurityConfig {
|
||||
"/api/members/*/password",
|
||||
"/v3/api-docs/**")
|
||||
.permitAll()
|
||||
// 로그인한 사용자만 가능
|
||||
.requestMatchers("/api/user/**")
|
||||
.authenticated()
|
||||
.anyRequest()
|
||||
// .access(redisAuthorizationManager)
|
||||
|
||||
.authenticated())
|
||||
.addFilterBefore(
|
||||
jwtAuthenticationFilter,
|
||||
|
||||
Reference in New Issue
Block a user