[PR #438] [MERGED] feat: oAuth proxy plugin #11535

Closed
opened 2026-04-13 07:50:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/438
Author: @Bekacru
Created: 11/6/2024
Status: Merged
Merged: 11/6/2024
Merged by: @Bekacru

Base: mainHead: feat/oauth-proxy


📝 Commits (5)

📊 Changes

8 files changed (+223 additions, -3 deletions)

View changed files

📝 demo/nextjs/lib/auth.ts (+2 -0)
📝 docs/components/sidebar-content.tsx (+18 -0)
docs/content/docs/plugins/oauth-proxy.mdx (+66 -0)
📝 packages/better-auth/package.json (+1 -1)
📝 packages/better-auth/src/plugins/index.ts (+1 -0)
packages/better-auth/src/plugins/oauth-proxy/index.ts (+133 -0)
📝 packages/cli/package.json (+1 -1)
📝 packages/expo/package.json (+1 -1)

📄 Description

A proxy plugin, that allows you to proxy OAuth requests. Useful for development and preview deployments where the redirect URL can't be known in advance to add to the OAuth provider.


🔄 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/438 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/6/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/oauth-proxy` --- ### 📝 Commits (5) - [`5176ec2`](https://github.com/better-auth/better-auth/commit/5176ec25ab425b2cb6a98520a88ed6cb7523bee2) feat: oauth proxy plugin - [`9db00fb`](https://github.com/better-auth/better-auth/commit/9db00fb5bf3def917fb0027355e6d9a575589002) chore: add plugin to demo - [`54c0ae9`](https://github.com/better-auth/better-auth/commit/54c0ae96687becdb1e9f76a1993ff9db8c92b879) feat: add vendor url - [`2ce1d0b`](https://github.com/better-auth/better-auth/commit/2ce1d0b1b1708e3f0fa2ef6543c7e90b1cffcb45) chore: release v0.7.4-beta.1 - [`01c6d1b`](https://github.com/better-auth/better-auth/commit/01c6d1bddd0bcb9dc5799a8f48c00ce366d4055c) docs ### 📊 Changes **8 files changed** (+223 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/lib/auth.ts` (+2 -0) 📝 `docs/components/sidebar-content.tsx` (+18 -0) ➕ `docs/content/docs/plugins/oauth-proxy.mdx` (+66 -0) 📝 `packages/better-auth/package.json` (+1 -1) 📝 `packages/better-auth/src/plugins/index.ts` (+1 -0) ➕ `packages/better-auth/src/plugins/oauth-proxy/index.ts` (+133 -0) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/expo/package.json` (+1 -1) </details> ### 📄 Description A proxy plugin, that allows you to proxy OAuth requests. Useful for development and preview deployments where the redirect URL can't be known in advance to add to the OAuth provider. --- <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 07:50:23 -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#11535