[PR #3287] [MERGED] feat(social): add Kakao, Naver provider #21639

Closed
opened 2026-04-15 20:30:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3287
Author: @bytaesu
Created: 7/7/2025
Status: Merged
Merged: 8/28/2025
Merged by: @himself65

Base: canaryHead: feat/kakao-naver-provider


📝 Commits (9)

  • a8b08c3 feat: add Kakao social provider
  • 063bb69 docs: add Kakao provider documentation
  • 8781740 feat: add Naver provider
  • a9dca10 style: format code
  • c9b69b4 docs: add Naver provider documentation
  • 5889eb6 fix: fix typo
  • c161e11 fix: resolve merge conflicts
  • ace7791 fix: adjust icon sizes
  • 20fb04a Merge branch 'canary' into feat/kakao-naver-provider

📊 Changes

7 files changed (+461 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+36 -0)
📝 docs/components/sidebar-content.tsx (+38 -0)
docs/content/docs/authentication/kakao.mdx (+47 -0)
docs/content/docs/authentication/naver.mdx (+47 -0)
📝 packages/better-auth/src/social-providers/index.ts (+7 -0)
packages/better-auth/src/social-providers/kakao.ts (+176 -0)
packages/better-auth/src/social-providers/naver.ts (+110 -0)

📄 Description


This PR adds support for Kakao and Naver as social providers.

Both Kakao and Naver are dominant internet platforms in South Korea, each serving over 45 million monthly active users.
Their login services are integrated by most local platforms and are considered standard options for user authentication in the region.

I hope this PR helps more Korean services adopt Better Auth.

Related to #2661


naver
kakao-login


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3287 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `feat/kakao-naver-provider` --- ### 📝 Commits (9) - [`a8b08c3`](https://github.com/better-auth/better-auth/commit/a8b08c32642f7eff6f5dbf82ea83099e28800355) feat: add Kakao social provider - [`063bb69`](https://github.com/better-auth/better-auth/commit/063bb699b818a6a7d68b07c33f86c764bb126c3e) docs: add Kakao provider documentation - [`8781740`](https://github.com/better-auth/better-auth/commit/8781740b9f10be6efe06384c0a487b0c7fca426c) feat: add Naver provider - [`a9dca10`](https://github.com/better-auth/better-auth/commit/a9dca107821720ecf40b8a8fdf315345d648c820) style: format code - [`c9b69b4`](https://github.com/better-auth/better-auth/commit/c9b69b4e9fb39342cdce33fa5c52cb5fb4d47e4d) docs: add Naver provider documentation - [`5889eb6`](https://github.com/better-auth/better-auth/commit/5889eb66ac590f70b0671dbc1969f4165d839d06) fix: fix typo - [`c161e11`](https://github.com/better-auth/better-auth/commit/c161e11038cdc29cbf76e639369240449e18e2c2) fix: resolve merge conflicts - [`ace7791`](https://github.com/better-auth/better-auth/commit/ace77917c39f73624257b13367030d8c9aac0fda) fix: adjust icon sizes - [`20fb04a`](https://github.com/better-auth/better-auth/commit/20fb04a426ad7054e4640e866ff285438add7bc8) Merge branch 'canary' into feat/kakao-naver-provider ### 📊 Changes **7 files changed** (+461 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+36 -0) 📝 `docs/components/sidebar-content.tsx` (+38 -0) ➕ `docs/content/docs/authentication/kakao.mdx` (+47 -0) ➕ `docs/content/docs/authentication/naver.mdx` (+47 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+7 -0) ➕ `packages/better-auth/src/social-providers/kakao.ts` (+176 -0) ➕ `packages/better-auth/src/social-providers/naver.ts` (+110 -0) </details> ### 📄 Description --- This PR adds support for [Kakao](https://www.kakao.com/) and [Naver](https://www.naver.com/) as social providers. Both Kakao and Naver are dominant internet platforms in South Korea, each serving over 45 million monthly active users. Their login services are integrated by most local platforms and are considered standard options for user authentication in the region. I hope this PR helps more Korean services adopt Better Auth. Related to #2661 --- ![naver](https://github.com/user-attachments/assets/017fee71-c490-4cd8-9275-912c10f7ae22) ![kakao-login](https://github.com/user-attachments/assets/01a289d1-28fa-4921-b740-3ba1b99ee995) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 20:30:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#21639