[PR #1875] [CLOSED] feat: Add Yandex OAuth social provider #29643

Closed
opened 2026-04-17 20:56:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1875
Author: @w1png
Created: 3/19/2025
Status: Closed

Base: mainHead: yandex-social-provider


📝 Commits (3)

  • a1f2c4f feat: Add Yandex OAuth social provider
  • 190d2ed docs: add some basic docs for yandex provider
  • 92ca3a2 Merge pull request #1 from rmntim/yandex-provider-docs

📊 Changes

6 files changed (+211 additions, -0 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+27 -0)
📝 docs/components/icons.tsx (+14 -0)
📝 docs/components/sidebar-content.tsx (+16 -0)
docs/content/docs/authentication/yandex.mdx (+48 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/yandex.ts (+103 -0)

📄 Description

Yandex is an extremely popular way to sign in on a lot of russian websites.

Need help with docs though


🔄 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/1875 **Author:** [@w1png](https://github.com/w1png) **Created:** 3/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `yandex-social-provider` --- ### 📝 Commits (3) - [`a1f2c4f`](https://github.com/better-auth/better-auth/commit/a1f2c4fa74071b9d5d7e998af3b6eb4a8625e4d3) feat: Add Yandex OAuth social provider - [`190d2ed`](https://github.com/better-auth/better-auth/commit/190d2ed6df05c0359c691cccf2171fe614b091de) docs: add some basic docs for yandex provider - [`92ca3a2`](https://github.com/better-auth/better-auth/commit/92ca3a29c21e88fdb9932c39c6e33461170990b2) Merge pull request #1 from rmntim/yandex-provider-docs ### 📊 Changes **6 files changed** (+211 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+27 -0) 📝 `docs/components/icons.tsx` (+14 -0) 📝 `docs/components/sidebar-content.tsx` (+16 -0) ➕ `docs/content/docs/authentication/yandex.mdx` (+48 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/yandex.ts` (+103 -0) </details> ### 📄 Description Yandex is an extremely popular way to sign in on a lot of russian websites. Need help with docs though --- <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-17 20:56:21 -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#29643