[PR #9138] feat(oauth): add Yandex social provider #16708

Open
opened 2026-04-13 10:39:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9138
Author: @vladflotsky
Created: 4/12/2026
Status: 🔄 Open

Base: nextHead: feat/yandex-social-provider


📝 Commits (2)

  • 493f27c feat: add Yandex social provider
  • 5adab34 chore: add changeset

📊 Changes

4 files changed (+111 additions, -0 deletions)

View changed files

.changeset/true-news-rule.md (+5 -0)
📝 docs/content/docs/plugins/generic-oauth.mdx (+7 -0)
📝 packages/better-auth/src/plugins/generic-oauth/providers/index.ts (+2 -0)
packages/better-auth/src/plugins/generic-oauth/providers/yandex.ts (+97 -0)

📄 Description

Updated https://github.com/better-auth/better-auth/pull/7028


Summary by cubic

Adds a Yandex OAuth provider to generic-oauth so apps can offer Yandex sign-in with minimal setup. Updates docs and exports.

  • New Features
    • Added yandex(options) with Yandex OAuth endpoints, default scopes (login:info, login:email, login:avatar), and getUserInfo mapping (id, name, email, avatar).
    • Exported yandex and YandexOptions from better-auth/plugins; docs include YANDEX_CLIENT_ID/YANDEX_CLIENT_SECRET usage.

Written for commit 5adab341d6. Summary will update on new commits.


🔄 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/9138 **Author:** [@vladflotsky](https://github.com/vladflotsky) **Created:** 4/12/2026 **Status:** 🔄 Open **Base:** `next` ← **Head:** `feat/yandex-social-provider` --- ### 📝 Commits (2) - [`493f27c`](https://github.com/better-auth/better-auth/commit/493f27c05c2150a28f56b113575c2310ad8ea852) feat: add Yandex social provider - [`5adab34`](https://github.com/better-auth/better-auth/commit/5adab341d6f310ee08212551c23cce68f517a66f) chore: add changeset ### 📊 Changes **4 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/true-news-rule.md` (+5 -0) 📝 `docs/content/docs/plugins/generic-oauth.mdx` (+7 -0) 📝 `packages/better-auth/src/plugins/generic-oauth/providers/index.ts` (+2 -0) ➕ `packages/better-auth/src/plugins/generic-oauth/providers/yandex.ts` (+97 -0) </details> ### 📄 Description Updated https://github.com/better-auth/better-auth/pull/7028 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds a Yandex OAuth provider to `generic-oauth` so apps can offer Yandex sign-in with minimal setup. Updates docs and exports. - **New Features** - Added `yandex(options)` with Yandex OAuth endpoints, default scopes (`login:info`, `login:email`, `login:avatar`), and `getUserInfo` mapping (id, name, email, avatar). - Exported `yandex` and `YandexOptions` from `better-auth/plugins`; docs include `YANDEX_CLIENT_ID`/`YANDEX_CLIENT_SECRET` usage. <sup>Written for commit 5adab341d6f310ee08212551c23cce68f517a66f. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-13 10:39:08 -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#16708