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

[Feature] AccessToken 재발급 API #33

Open
2 tasks
Capoomaru opened this issue Nov 13, 2023 · 0 comments
Open
2 tasks

[Feature] AccessToken 재발급 API #33

Capoomaru opened this issue Nov 13, 2023 · 0 comments

Comments

@Capoomaru
Copy link
Collaborator

Capoomaru commented Nov 13, 2023

🤷‍♂️ Description

RefreshToken을 통해 AccessToken을 재발급하는 API를 개발합니다.

📝 Check Point

경로

POST /token/refresh

request

Body

{
  "refreshToken":"Bearer "
}

response

{
  "accessToken":"Bearer "
}

예외

  • refreshToken이 만료되었을 때
    • 401 에러를 반환한다.
    • 에러의 내용에 'Expired refresh token'을 명시한다.
@Capoomaru Capoomaru moved this to 📋 Backlog in web03-LockFestival Nov 13, 2023
@Capoomaru Capoomaru moved this from 📋 Backlog to 🔖 Ready in web03-LockFestival Nov 15, 2023
@Capoomaru Capoomaru removed their assignment Nov 15, 2023
@JEM1224 JEM1224 moved this from 🔖 Ready to TODO in web03-LockFestival Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: TODO
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants