Skip to content

Commit

Permalink
api v2도 토큰 관련 버그 수정 (#186)
Browse files Browse the repository at this point in the history
* ✨ Feat : 멀티모듈 적용 및 FCM 구현

* 🔨 코드리뷰 반영

* 👷 Ci : deploy.yml 수정

* 👷 Ci : deploy.yml 수정

git push origin feature/156

* ebextensions 수정

* 👷 Ci : deploy.yml 오타 수정

* ci 스크립트 수정

* ci/cd 트러블 슈팅

* ci/cd 트러블 슈팅

* ci/cd 트러블슈팅

* 🐛 Fix : accessToken 테스트를 위한 유효시간 임시 변경

* 🐛 Fix : 리프레시 토큰 무조건 access Token과 재발급 되도록 수정

* 🐛 Fix : 토큰 관련 spring security 설정 수정

* 🐛 Fix : access token, refresh 토큰 유효시간 수정

* 🐛 Fix : v2에도 적용
  • Loading branch information
CYY1007 authored Feb 16, 2024
1 parent 0b4ac1c commit 62dcaf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public WebSecurityCustomizer webSecurityCustomizer() {
"/schedule",
"/v3/api-docs",
"/v3/api-docs/**",
"/docs/**","/fcms/**","/members/auth/**",
"/docs/**","/fcms/**","/members/auth/**","/v2/members/auth/**",
"/briefings/temp");
}

Expand Down

0 comments on commit 62dcaf2

Please sign in to comment.