Skip to content

Commit

Permalink
[feat] #46 비밀번호 재설정 용도 이메일 인증 시큐리티 whiteList 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ziiyouth committed Jan 13, 2024
1 parent dbd23e6 commit 9e89b9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class SecurityConfig {
private static final String[] whiteList = {
"/",
"api/member/email",
"api/member/email/reset",
"api/member/reset",
"api/member/signup",
"api/member/signin",
"api/member/reissue",
Expand Down

0 comments on commit 9e89b9b

Please sign in to comment.