[PR #3286] [CLOSED] feat(social): add Kakao provider #4737

Closed
opened 2026-03-13 11:58:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3286
Author: @bytaesu
Created: 7/7/2025
Status: Closed

Base: mainHead: feat/kakao-provider


📝 Commits (2)

  • a8b08c3 feat: add Kakao social provider
  • 063bb69 docs: add Kakao provider documentation

📊 Changes

5 files changed (+266 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+19 -0)
📝 docs/components/sidebar-content.tsx (+20 -0)
docs/content/docs/authentication/kakao.mdx (+47 -0)
📝 packages/better-auth/src/social-providers/index.ts (+4 -0)
packages/better-auth/src/social-providers/kakao.ts (+176 -0)

📄 Description


This PR adds support for Kakao as a social provider.
Kakao is a platform with over 45 million MAU in South Korea, and Kakao Login is used by nearly all local services.
I hope this PR encourages more Korean services to adopt Better Auth.

Related to #2661


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/3286 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 7/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/kakao-provider` --- ### 📝 Commits (2) - [`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 ### 📊 Changes **5 files changed** (+266 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+19 -0) 📝 `docs/components/sidebar-content.tsx` (+20 -0) ➕ `docs/content/docs/authentication/kakao.mdx` (+47 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+4 -0) ➕ `packages/better-auth/src/social-providers/kakao.ts` (+176 -0) </details> ### 📄 Description --- This PR adds support for [Kakao](https://www.kakaocorp.com/) as a social provider. Kakao is a platform with over 45 million MAU in South Korea, and Kakao Login is used by nearly all local services. I hope this PR encourages more Korean services to adopt Better Auth. Related to #2661 --- ![kakao-login](https://github.com/user-attachments/assets/6ad88a22-a8f6-4103-ab53-bdc001496868) --- <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-03-13 11:58:07 -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#4737