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] dev 서버용 토큰 발행 api 제작 #122

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

tkdwns414
Copy link
Collaborator

Related Issue 📌

Description ✔️

  • 클라이언트에서 지속적으로 요구하는 다른 유저의 accessToken을 반환하기 위해 local, dev에서만 작동하는 API를 제작했습니다.
  • local의 경우에는 비밀번호 없이 사용 가능하지만 dev의 경우에는 악용될 우려가 있어 헤더에 비밀번호를 입력해야 사용 가능합니다.

To Reviewers

  • 일단 필요할 것 같아서 생각나는대로 만들어봤습니다. 나중에 여유로워졌을 때 더 좋은 아이디어가 떠오르면 바꿀 예정입니다. 아이디어 있으면 언제든 추천 받습니다.

@tkdwns414 tkdwns414 requested a review from Parkjyun March 5, 2024 03:00
@tkdwns414 tkdwns414 self-assigned this Mar 5, 2024
@tkdwns414 tkdwns414 merged commit 194785e into develop Mar 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] dev 서버용 토큰 발행 api 제작
1 participant