Skip to content

Apple login 검증 로직 추가하기 #65

@jhpa0308

Description

@jhpa0308

🤷‍♂️ Description

  • Apple login 검증 로직을 추가합니다.

❗️Requirements

  • FE에서 사용자가 Apple Login을 진행할 시, 서버에서 Apple identity token을 검증할 수 있는 로직을 구현합니다.

✳️ Remarks

  • 실제 Apple ID로 테스트하려면 프론트엔드 앱이 필요합니다.

Swagger UI에서 직접 테스트하기는 어려운데, 그 이유는:
Apple Login 플로우가 브라우저/앱에서 시작되어야 하고
Apple의 OAuth 인증 과정을 거쳐야 하며
그 과정에서 identity token이 발급되기 때문입니다

실제 테스트를 하려면:
프론트엔드에서 Apple 로그인 구현
로그인 성공 후 Apple이 제공하는 identity token 획득
그 token을 이 API로 전송

임시 방편으로 테스트하고 싶다면:
프론트엔드에서 구현한 Apple 로그인으로 토큰을 받아서
그 토큰을 Swagger UI의 identityToken 필드에 붙여넣기 하면 됩니다

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions