Skip to content

Commit

Permalink
feat: permit anonymous sign-up api
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Oct 20, 2023
1 parent 55bd34e commit 8205b09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public SecurityFilterChain filterChain(HttpSecurity httpSecurity) throws Excepti
.authorizeHttpRequests(authorizeHttpRequests ->
authorizeHttpRequests.requestMatchers(
"/auth/sign-up",
"/auth/sign-up/anonymous",
"/auth/sign-in",
"/auth/sign-in/**",
"/giftcards/**",
Expand Down

0 comments on commit 8205b09

Please sign in to comment.