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] 인가코드 및 카카오 토큰 발급 #42

Open
2 tasks done
Juhyeok0202 opened this issue Jul 28, 2023 · 0 comments
Open
2 tasks done

[FEAT] 인가코드 및 카카오 토큰 발급 #42

Juhyeok0202 opened this issue Jul 28, 2023 · 0 comments

Comments

@Juhyeok0202
Copy link
Contributor

Juhyeok0202 commented Jul 28, 2023

📢 이슈 내용

인가 코드 및 인가 코드를 통한 부터 토큰 발급 구현

📃 상세 내용

  • Redirect URI로 인가코드 발급
  • 인가코드로 카카오 서버로부터 토큰 발급

✔️ 체크리스트

  • 인가코드 발급
  • 토큰 발급

📍 참고 내용

Juhyeok0202 added a commit that referenced this issue Jul 30, 2023
⚽Feat #42:  [OAuth로그인] 카카오 로그인
Juhyeok0202 added a commit that referenced this issue Jul 30, 2023
before: String refreshToken
after: @RequestParam String refreshToken
Juhyeok0202 added a commit that referenced this issue Jul 30, 2023
before: String 
토큰값

after: Map
{
    "accessToken": "토큰값"
}
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

No branches or pull requests

1 participant