Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: update outdated kakao provider links and instructions #13294

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

Open
HelloWook wants to merge 2 commits into nextauthjs:main
base: main
Choose a base branch
Loading
from HelloWook:main
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions docs/pages/getting-started/providers/kakao.mdx
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { Code } from "@/components/Code"

## Resources

- [Kakao OAuth documentation](https://developers.kakao.com/product/kakaoLogin)
- [Kakao OAuth configuration](https://developers.kakao.com/docs/latest/en/kakaologin/common)
- [Kakao OAuth documentation](https://developers.kakao.com/docs/latest/en/kakaologin/common)

## Setup

Expand Down Expand Up @@ -109,12 +108,8 @@ app.use("/auth/*", ExpressAuth({ providers: [Kakao] }))
- For production: `https://{YOUR_DOMAIN}/api/auth/callback/kakao`
- For development: `http://localhost:3000/api/auth/callback/kakao`

- Kakao's client key is in **Summary(It is written as 요약정보 in Korean.) tab's App Keys Field** (My Application > App Settings > Summary)
- Kakao's client key is in **General (It is written as 일반 in Korean) tab's App Keys Field (App > App Settings > App > General)**. You must select the JavaScript key from here.

![스크린샷 2023年11月28日 오후 9 47 17](https://github.com/nextauthjs/next-auth/assets/66895208/a87e5705-26b9-4f83-99d7-6df097a3632c)

- Kakao's clientSecret key is in **Security(It is written as 보안 in Korean.) tab's App Keys Field** (My Application > Product Settings > Kakao Login > Security)

![스크린샷 2023年11月28日 오후 9 38 25](https://github.com/nextauthjs/next-auth/assets/66895208/6a763921-4f70-40f4-a3e1-9abc78276d45)
- Kakao's clientSecret key is in **General (It is written as 일반 in Korean) tab's Client Secret Field (App > Product Settings > Kakao Login > General)**. You must issue the Client Secret here.

- Kakao dev console has a button at the top right to change from KR to ENG

AltStyle によって変換されたページ (->オリジナル) /