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

Commit

Permalink
[FIX]: Local Test를 위한 수정 (#236)
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)

* Fix/cookie set (#233)

* [FIX] redirect-uri 수정 테스트

* [FIX]: 개발용 redirect-uri 임시 수정

* Fix/cookie set (#235)

* [FIX] redirect-uri 수정 테스트

* [FIX]: 개발용 redirect-uri 임시 수정

* [FIX]: Local test를 위해 url에 token추가
  • Loading branch information
LEEJaeHyeok97 authored Feb 27, 2024
1 parent 6c0d420 commit bcd3808
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
tokenRepository.save(token);

return UriComponentsBuilder.fromUriString("http://localhost:3000/") // http://localhost:3000/ https://www.finfellows.co.kr/
// .queryParam("token", tokenMapping.getAccessToken())
.queryParam("token", tokenMapping.getAccessToken())
.build().toUriString();
}

Expand Down

0 comments on commit bcd3808

Please sign in to comment.