Skip to content

Commit fe81bbe

Browse files
authored
Merge pull request #93 from classic-daramg/feat/auth
[fix] ๋น„๋กœ๊ทธ์ธ ์ƒํƒœ ๋น„๋ฐ€๋ฒˆํ˜ธ ์žฌ์„ค์ • ์—”๋“œํฌ์ธํŠธ ์ธ์ฆ ์ œ์™ธ
2 parents c9409df + ea1e1f9 commit fe81bbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

โ€Žsrc/main/java/com/daramg/server/auth/config/SecurityConfig.javaโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
4747
.requestMatchers("/auth/verify-email").permitAll()
4848
.requestMatchers("/auth/signup").permitAll()
4949
.requestMatchers("/auth/login").permitAll()
50+
.requestMatchers(HttpMethod.PUT, "/auth/password-reset").permitAll()
5051
.requestMatchers("/composers").permitAll()
5152
.requestMatchers(HttpMethod.GET, "/posts/**").permitAll()
5253
.requestMatchers("/users/check-nickname").permitAll()

0 commit comments

Comments
ย (0)