From a4adb4713ef7f388ae496727d64794727b6a2b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:50:00 +0900 Subject: [PATCH 1/2] docs: update outdated kakao provider links and instructions --- docs/pages/getting-started/providers/kakao.mdx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/pages/getting-started/providers/kakao.mdx b/docs/pages/getting-started/providers/kakao.mdx index 563560bcc4..ec6b673e9b 100644 --- a/docs/pages/getting-started/providers/kakao.mdx +++ b/docs/pages/getting-started/providers/kakao.mdx @@ -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 @@ -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 From faacc92d373cff29c981545efe12ae636e5edefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Sun, 19 Oct 2025 02:52:54 +0900 Subject: [PATCH 2/2] docs: restore missing General tab formatting in Kakao provider guide --- docs/pages/getting-started/providers/kakao.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/getting-started/providers/kakao.mdx b/docs/pages/getting-started/providers/kakao.mdx index ec6b673e9b..7367759cc2 100644 --- a/docs/pages/getting-started/providers/kakao.mdx +++ b/docs/pages/getting-started/providers/kakao.mdx @@ -108,8 +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 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. +- 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. -- 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'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