Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SnackgameBiz): 게임결과 서명에 대응한다 #308

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

0chil
Copy link
Contributor

@0chil 0chil commented Oct 9, 2024

💻 개요

📋 변경 및 추가 사항

게임 결과 서명 기능이 추가되면서 스낵게임 Biz의 응답이 변경되었습니다.
이 변경에 대응합니다.

{
  "metadata": {
    "gameId": 2,
    "localizedName": "스낵게임"
  },
  "ownerId": 0,
  "sessionId": 0,
  "state": "IN_PROGRESS",
  "score": 0,
  "createdAt": "2024-10-09T10:03:43.809Z",
  "percentile": 20
}
{
  "original": {
    "metadata": {
      "gameId": 4,
      "localizedName": "스낵게임 Biz"
    },
    "ownerId": 801,
    "sessionId": 70,
    "state": "EXPIRED",
    "score": 0,
    "createdAt": "2024-10-09T11:27:29.054329",
    "percentile": 64
  },
  "signed": "eyJraWQiOiItMTUzNzE1OTU2MyIsImFsZyI6IlJTMjU2In0.eyJtZXRhZGF0YSI6eyJnYW1lSWQiOjQsImxvY2FsaXplZE5hbWUiOiLsiqTrgrXqsozsnoQgQml6In0sIm93bmVySWQiOjgwMSwic2Vzc2lvbklkIjo3MCwic3RhdGUiOiJFWFBJUkVEIiwic2NvcmUiOjAsImNyZWF0ZWRBdCI6IjIwMjQtMTAtMDlUMTE6Mjc6MjkuMDU0MzI5IiwicGVyY2VudGlsZSI6NjR9.T46CtaO_9m5u_tugKYe_SXp1oLqHKqgd1DnoF0S9k-1FFEb4xY-Jg5pb_GunP5_WFoDgNmWtIwiXTamFZ9au96SmHPEs9XhfhRjPjnAsUNXeANlZR_mbq3iMOh_XgWtAT6z-Po0JP3uligIs34uMySBhhC4DcdudQlH7kWHhYYxVlqhHFVpyBLY1PfYUcos0_ka9OAArQdab7yKdW2w1DkCCp8t3rzGot5Hg5Clvvd3TEurXc3z4Yq_YI6DRkmyK8WnunJk4TLpqcSG_fedKO0Qh4uew703RpiBlbCjdR5oFn0Us2NZVLgzkF6V6KHbn1F6j1YCaQ11nVm09Rq2yEQ"
}

💬 To. 리뷰어

궁금하실까봐 스낵게임 Biz 공개 문서 공유합니다 😄
https://biz.snackga.me

@0chil 0chil requested a review from nijuy October 9, 2024 12:25
Copy link
Collaborator

@nijuy nijuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

궁금하실까봐 스낵게임 Biz 공개 문서 공유합니다 😄

너무 궁금했어요 올해 최고의 문서
공개키 나오니까 약간... 네트워크 수업 들었던 기억이 새록새록...
JWKS는 처음 들어봤는데 하나 배워갑니다 🤸‍♀️🙇‍♀️

@0chil 0chil merged commit f2acff3 into develop Oct 9, 2024
1 check passed
@0chil 0chil deleted the feat/sign-snackgame-biz branch October 9, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants