Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
[FIX] 배포환경에서 쿠키 테스트 (#232)
Browse files Browse the repository at this point in the history
* [FEAT]: oauth2-client 방식으로 코드 수정(#215)

* [FEAT]: Cookie 추가 (#215)

* [FIX]: 회원탈퇴  오타 수정 (#218)

* Feat/#215 oauth2 client (#220)

* [FIX]: 회원탈퇴  오타 수정

* [FIX]: CI 테스트

* Feat/#215 oauth2 client (#222)

* [FIX]: 회원탈퇴  오타 수정

* [FIX]: CI 테스트

* [FIX]: CI test

* Feat/#215 oauth2 client (#224)

* [FIX]: 회원탈퇴  오타 수정

* [FIX]: CI 테스트

* [FIX]: CI test

* [FIX]: CI test

* Feat/#215 oauth2 client (#226)

* [FIX]: 회원탈퇴  오타 수정

* [FIX]: CI 테스트

* [FIX]: CI test

* [FIX]: CI test

* [FIX]: YML적용 테스트

* Feat/#215 oauth2 client (#228)

* [FIX]: 회원탈퇴  오타 수정

* [FIX]: CI 테스트

* [FIX]: CI test

* [FIX]: CI test

* [FIX]: YML적용 테스트

* [FIX]: YML적용 테스트(redirect-uri)

* [FIX] redirect-uri 수정 테스트 (#230)

* [FIX] redirect-uri 수정 테스트 (#231)
  • Loading branch information
LEEJaeHyeok97 authored Feb 27, 2024
1 parent ffc5e6e commit ce15e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected String determineTargetUrl(HttpServletRequest request, HttpServletRespo
.build();
tokenRepository.save(token);

return UriComponentsBuilder.fromUriString(targetUrl)
return UriComponentsBuilder.fromUriString("https://www.finfellows.co.kr/")
.queryParam("token", tokenMapping.getAccessToken())
.build().toUriString();
}
Expand Down

0 comments on commit ce15e01

Please sign in to comment.