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] #164 - bearer token constant 화 #165

Merged
merged 3 commits into from
Dec 17, 2021

Conversation

dlwns33
Copy link
Member

@dlwns33 dlwns33 commented Dec 17, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • bearer token 지금은 그냥 테스트 토큰 값으로 넣어뒀어요! 주석으로 userdefault 토큰 값 넣어진 것도 추가해뒀습니다
  • "Cotent-Type" : "application/json" 필요없는 버전은 그냥 Constant.header.bearerHeader 부르시면 됩니다!
  • Group Service에 혹시 몰라서 민재꺼는 안건드려놨어용!

📸 스크린샷

기능 스크린샷
GroupService image
Constant image

📮 관련 이슈

@dlwns33 dlwns33 added Yijoon 🐨 이준 대치동강사 작업 Feat 새로운 기능 구현 labels Dec 17, 2021
@dlwns33 dlwns33 self-assigned this Dec 17, 2021
Comment on lines +14 to +18
static let bearerHeader = ["Authorization": "Bearer " + "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJuYWRhMiIsImF1dGgiOiJST0xFX1VTRVIiLCJleHAiOjE2NDAxMTAyNTB9.qH2fMkrtcVk9GtMEsBEWo0YFvIRTgKPVntBzpeGyyAe5POqnuKf3AtUTJE8yy6gPsAOl0bq8ChCn4RCL0fchpA"]
static let basicHeader = ["Content-Type": "application/json",
"Authorization": "Bearer " + "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJuYWRhMiIsImF1dGgiOiJST0xFX1VTRVIiLCJleHAiOjE2NDAxMTAyNTB9.qH2fMkrtcVk9GtMEsBEWo0YFvIRTgKPVntBzpeGyyAe5POqnuKf3AtUTJE8yy6gPsAOl0bq8ChCn4RCL0fchpA"]
}
}
Copy link
Member

Choose a reason for hiding this comment

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

👍🪓

@dlwns33 dlwns33 merged commit 6d449b8 into TeamNADA:release1.0/1 Dec 17, 2021
@dlwns33 dlwns33 deleted the release/#164 branch December 17, 2021 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 Yijoon 🐨 이준 대치동강사 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] bearer token constant 화
2 participants