[PR #1013] [MERGED] feat: add VK ID social provider #3589

Closed
opened 2026-03-13 10:59:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1013
Author: @nukhtarov
Created: 12/24/2024
Status: Merged
Merged: 2/14/2025
Merged by: @Bekacru

Base: v1.2Head: main


📝 Commits (6)

📊 Changes

9 files changed (+236 additions, -17 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+19 -0)
📝 docs/components/icons.tsx (+16 -0)
📝 docs/components/sidebar-content.tsx (+34 -16)
docs/content/docs/authentication/vk.mdx (+48 -0)
📝 packages/better-auth/src/api/routes/callback.ts (+3 -1)
📝 packages/better-auth/src/oauth2/types.ts (+1 -0)
📝 packages/better-auth/src/oauth2/validate-authorization-code.ts (+3 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/vk.ts (+109 -0)

📄 Description

Added social provider VK ID, which is very popular in Russia and post-Soviet countries. The number of VK ID users is 91 million people. It is very important to have this method of authentication


🔄 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/1013 **Author:** [@nukhtarov](https://github.com/nukhtarov) **Created:** 12/24/2024 **Status:** ✅ Merged **Merged:** 2/14/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.2` ← **Head:** `main` --- ### 📝 Commits (6) - [`7944728`](https://github.com/better-auth/better-auth/commit/794472891e2c865992467cf5b5ac054007e271a2) feat: add VK ID social provider - [`3b71d4e`](https://github.com/better-auth/better-auth/commit/3b71d4e8bdc5b1e84945ef44a69f7d44478daaa4) lint - [`5dcbb82`](https://github.com/better-auth/better-auth/commit/5dcbb8212c3d98a446c29a2b8b0f727c1b797ddd) remove data - [`7304c0f`](https://github.com/better-auth/better-auth/commit/7304c0fc52e648de75c19b8c9fb6caaf3934f7f1) fix emailVerified property - [`daf8d74`](https://github.com/better-auth/better-auth/commit/daf8d742e5fbe9720ccee0016f0109896427ccf4) Merge branch 'v1.2' into main - [`d32d9e4`](https://github.com/better-auth/better-auth/commit/d32d9e4fcfa508aa07492a11a2d49c39c01614be) Merge branch 'v1.2' into main ### 📊 Changes **9 files changed** (+236 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+19 -0) 📝 `docs/components/icons.tsx` (+16 -0) 📝 `docs/components/sidebar-content.tsx` (+34 -16) ➕ `docs/content/docs/authentication/vk.mdx` (+48 -0) 📝 `packages/better-auth/src/api/routes/callback.ts` (+3 -1) 📝 `packages/better-auth/src/oauth2/types.ts` (+1 -0) 📝 `packages/better-auth/src/oauth2/validate-authorization-code.ts` (+3 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/vk.ts` (+109 -0) </details> ### 📄 Description Added social provider VK ID, which is very popular in Russia and post-Soviet countries. The number of VK ID users is 91 million people. It is very important to have this method of authentication --- <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 10:59:44 -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#3589