woowacourse-teams / 2023-festa-go

🎪 페스타고, 대학 축제를 더욱 즐겁게!
71 stars 8 forks source link

[BE] AppleOpenIdClient를 추가한다. #931

Closed seokjin8678 closed 6 months ago

seokjin8678 commented 6 months ago

✨ 세부 내용

iOS 앱을 출시하려면 Apple 소셜로그인 기능을 반드시 구현해야 하므로, Apple 소셜 로그인 기능을 위한 AppleOpenIdClient를 추가합니다.

⏰ 예상 소요 시간

2시간

seokjin8678 commented 6 months ago

Apple JWKs 링크

Apple JWKs 링크

Apple ID 토큰 Payload

{
  "iss": "https://appleid.apple.com",
  "aud": "xxx.Xxxxxx.XXXXXX",
  "exp": 1715211914,
  "iat": 1715125514,
  "sub": "123456.1q2w3e4r5t6y7u8i9o0p.1234",
  "c_hash": "6Dj90cLqP61Bs_KBs81V",
  "email": "xxxxxx@xxxxx.com",
  "email_verified": true,
  "auth_time": 1715125514,
  "nonce_supported": true,
  "real_user_status": 2
}