Skip to content

Commit

Permalink
bug: JWT 토큰 audience 값 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mungsil authored Nov 19, 2024
1 parent e89f250 commit 5f374d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spring :
kakao:
public-key-info: https://kauth.kakao.com/.well-known/jwks.json
issuer: https://kauth.kakao.com
audience: ${KAKAO_APP_ID}}
audience: ${KAKAO_APP_ID}
apple:
public-key-url: https://appleid.apple.com/auth/keys
issuer: https://appleid.apple.com
Expand Down

0 comments on commit 5f374d1

Please sign in to comment.