Skip to content

Refactor: 로그인할 때 응답 형식 변경 #257

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

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

tmddus2
Copy link
Collaborator

@tmddus2 tmddus2 commented Dec 11, 2023

작업 개요

로그인할 때 응답 형식 변경

작업 사항

기존의 응답 형식은 다음과 같습니다.

{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IuuCmOyVvOuCmOuCmOuCmCIsImVtYWlsIjoiaGkzMzNAZ21haWwuY29tIiwiaWF0IjoxNzAyMjg0NTA5LCJleHAiOjE3MDIyODgxMDl9.6qPN74WzJI8rGQP1Rp0zFO2hlmLCLQwHStMaWAo1vt4"
}

프론트엔드 팀원분의 요청에 따라 응답 형식을 다음과 같이 바꾸었습니다.

{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IuuCmOyVvOuCmOuCmOuCmCIsImVtYWlsIjoiaGkzMzNAZ21haWwuY29tIiwiaWF0IjoxNzAyMjg0NTA5LCJleHAiOjE3MDIyODgxMDl9.6qPN74WzJI8rGQP1Rp0zFO2hlmLCLQwHStMaWAo1vt4",
    "email": "[email protected]",
    "username": "나야나나나"
}

Copy link

netlify bot commented Dec 11, 2023

Deploy Preview for boarlog ready!

Name Link
🔨 Latest commit eb38039
🔍 Latest deploy log https://app.netlify.com/sites/boarlog/deploys/6576cdaf8d4e6400086b49e5
😎 Deploy Preview https://deploy-preview-257--boarlog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tmddus2 tmddus2 requested a review from platinouss December 11, 2023 08:52
@tmddus2 tmddus2 self-assigned this Dec 11, 2023
@tmddus2 tmddus2 added 🛠️ Refactor 리팩토링 작업 BE 백엔드 작업 labels Dec 11, 2023
@tmddus2 tmddus2 added this to the 6주차 milestone Dec 11, 2023
Copy link
Member

@platinouss platinouss left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~

@platinouss platinouss merged commit a89c780 into boostcampwm2023:dev Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 🛠️ Refactor 리팩토링 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants