구글 로그인 - 인증없이 실행되도록 수정

This commit is contained in:
Klaus 2025-04-04 14:05:31 +09:00
parent 5598bca8d3
commit 602d9625e2
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class SecurityConfig(
.antMatchers("/member/signup").permitAll()
.antMatchers("/member/signup/v2").permitAll()
.antMatchers("/member/login").permitAll()
.antMatchers("/member/login/google").permitAll()
.antMatchers("/creator-admin/member/login").permitAll()
.antMatchers("/member/forgot-password").permitAll()
.antMatchers("/stplat/terms_of_service").permitAll()