Skip to content

Commit

Permalink
update core/src/providers/kakao.ts tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deokyeong93 committed Dec 30, 2023
1 parent 9c0de61 commit 560035f
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion packages/core/src/providers/kakao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,39 @@ export interface KakaoProfile extends Record<string, any> {
* By default, Auth.js assumes that the Kakao provider is
* based on the [OAuth 2](https://www.rfc-editor.org/rfc/rfc6749.html) specification.
*
*
* The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path. For example;
*
* ![스크린샷 2023-11-28 오후 9 27 41](https://github.com/nextauthjs/next-auth/assets/66895208/7d4c2df6-45a6-4937-bb10-4b47c987bff4)
*
* - For production: `https://{YOUR_DOMAIN}/api/auth/callback/kakao`
* - For development: `http://localhost:3000/api/auth/callback/kakao`
*
* :::tip
*
* The Kakao provider comes with a [default configuration](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/kakao.ts).
* To override the defaults for your use case, check out [customizing a built-in OAuth provider](https://authjs.dev/guides/providers/custom-provider#override-default-options).
*
*
* :::
*
* :::tip
*
* Kakao's client key is in **Summary(It is written as 요약정보 in Korean.) tab's App Keys Field**
* (My Application > App Settings > Summary)
*
* ![스크린샷 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)
*
* :::
*
* :::tip
*
* Kakao dev console has a button at the top right to change from KR to ENG
*
* :::
*
* :::info **Disclaimer**
Expand Down

0 comments on commit 560035f

Please sign in to comment.