Skip to content

Commit

Permalink
Merge pull request #103 from Orange-Co/feature/auth
Browse files Browse the repository at this point in the history
chore: add log
  • Loading branch information
Kang1221 authored Sep 17, 2024
2 parents 0dbeacf + 0bd807b commit 22354ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public User appleSignup(String email){

public String getAppleEmail(String authorizationCode) {
log.info("애플 서버 통신 준비");
log.info("authorizationCode: {}", authorizationCode);
String url = appleProperties.getAudience() + "/auth/token";
MultiValueMap<String, String> requestParams = new LinkedMultiValueMap<>();
requestParams.add("client_id", appleProperties.getClientId());
Expand Down

0 comments on commit 22354ad

Please sign in to comment.