Merge pull request 'fix(security): 인증 에러 401 응답 + permitAll 패턴 수정' (#9) from develop into main
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 17s
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 17s
Reviewed-on: #9
This commit is contained in:
커밋
30f0b28460
@ -41,7 +41,8 @@ public class SecurityConfig {
|
|||||||
session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
|
session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
|
||||||
.authorizeHttpRequests(auth -> auth
|
.authorizeHttpRequests(auth -> auth
|
||||||
.requestMatchers(
|
.requestMatchers(
|
||||||
"/api/auth/**",
|
"/api/auth/google",
|
||||||
|
"/api/auth/logout",
|
||||||
"/api/health",
|
"/api/health",
|
||||||
"/actuator/health",
|
"/actuator/health",
|
||||||
"/h2-console/**",
|
"/h2-console/**",
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user