[PR #3316] [CLOSED] feat: add polar oauth provider #21654

Closed
opened 2026-04-15 20:31:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3316
Author: @ephraimduncan
Created: 7/9/2025
Status: Closed

Base: canaryHead: feat/polar-oauth-provider


📝 Commits (10+)

  • 71303f6 chore: lint
  • 05a7bd5 test: skip if adapter doesn't support transaction (#4753)
  • 5751036 chore: release v1.3.12
  • c03fd3a feat(last-login-method): update OAuth login method tracking for multiple auth type (#4693)
  • 8a4b30c feat: add returnHeaders to getSession (#3983)
  • 21bd4e6 fix(organization): remove autoCreateOnSignUp option as it's not implemented yet (#4755)
  • 8709af6 fix(passkey): remove email from query (#4740)
  • c151405 fix(client): baseURL is undefined for SSR (#4760)
  • 5394091 ci: fix release.yml (#4773)
  • fc18810 chore: release v1.3.13

📊 Changes

591 files changed (+26692 additions, -9011 deletions)

View changed files

.github/workflows/branch-rules.yml (+0 -36)
📝 .github/workflows/ci.yml (+2 -2)
📝 .github/workflows/e2e.yml (+6 -5)
.github/workflows/main-protect.yml (+0 -18)
📝 .github/workflows/preview.yml (+2 -2)
📝 .github/workflows/release.yml (+11 -6)
📝 biome.json (+4 -2)
demo/expo-example/.env.example (+7 -0)
demo/expo-example/.gitignore (+20 -0)
demo/expo-example/README.md (+15 -0)
demo/expo-example/app.config.ts (+55 -0)
demo/expo-example/assets/bg-image.jpeg (+0 -0)
demo/expo-example/assets/fonts/SpaceMono-Regular.ttf (+0 -0)
demo/expo-example/assets/icon.png (+0 -0)
demo/expo-example/assets/images/adaptive-icon.png (+0 -0)
demo/expo-example/assets/images/favicon.png (+0 -0)
demo/expo-example/assets/images/logo.png (+0 -0)
demo/expo-example/assets/images/partial-react-logo.png (+0 -0)
demo/expo-example/assets/images/react-logo.png (+0 -0)
demo/expo-example/assets/images/react-logo@2x.png (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/3316 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 7/9/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `feat/polar-oauth-provider` --- ### 📝 Commits (10+) - [`71303f6`](https://github.com/better-auth/better-auth/commit/71303f6875d614eb1c8915365295ac61138e215c) chore: lint - [`05a7bd5`](https://github.com/better-auth/better-auth/commit/05a7bd58ced901dcc54694d2f95e1ed941dc4cf7) test: skip if adapter doesn't support transaction (#4753) - [`5751036`](https://github.com/better-auth/better-auth/commit/57510365a393bca2f6a37e50c43571651b121978) chore: release v1.3.12 - [`c03fd3a`](https://github.com/better-auth/better-auth/commit/c03fd3ac0dc8a3fee8d5b7514445c55135a9da06) feat(last-login-method): update OAuth login method tracking for multiple auth type (#4693) - [`8a4b30c`](https://github.com/better-auth/better-auth/commit/8a4b30c09493f40d310586b9d26a193ed53f19c5) feat: add `returnHeaders` to `getSession` (#3983) - [`21bd4e6`](https://github.com/better-auth/better-auth/commit/21bd4e68ba2d476a1d9d1b2f4604756ca7f53903) fix(organization): remove `autoCreateOnSignUp` option as it's not implemented yet (#4755) - [`8709af6`](https://github.com/better-auth/better-auth/commit/8709af6fe94a3e8e4e59967f50aa4c5b4fc9d2da) fix(passkey): remove `email` from query (#4740) - [`c151405`](https://github.com/better-auth/better-auth/commit/c15140549e1d314ee4836a4e24fdd7a2b2555ca9) fix(client): baseURL is undefined for SSR (#4760) - [`5394091`](https://github.com/better-auth/better-auth/commit/53940916a0f373842c48d86cf3369fe3e30fa044) ci: fix release.yml (#4773) - [`fc18810`](https://github.com/better-auth/better-auth/commit/fc188108162d232e74db16a2cb94349ddb42df9e) chore: release v1.3.13 ### 📊 Changes **591 files changed** (+26692 additions, -9011 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/branch-rules.yml` (+0 -36) 📝 `.github/workflows/ci.yml` (+2 -2) 📝 `.github/workflows/e2e.yml` (+6 -5) ➖ `.github/workflows/main-protect.yml` (+0 -18) 📝 `.github/workflows/preview.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+11 -6) 📝 `biome.json` (+4 -2) ➕ `demo/expo-example/.env.example` (+7 -0) ➕ `demo/expo-example/.gitignore` (+20 -0) ➕ `demo/expo-example/README.md` (+15 -0) ➕ `demo/expo-example/app.config.ts` (+55 -0) ➕ `demo/expo-example/assets/bg-image.jpeg` (+0 -0) ➕ `demo/expo-example/assets/fonts/SpaceMono-Regular.ttf` (+0 -0) ➕ `demo/expo-example/assets/icon.png` (+0 -0) ➕ `demo/expo-example/assets/images/adaptive-icon.png` (+0 -0) ➕ `demo/expo-example/assets/images/favicon.png` (+0 -0) ➕ `demo/expo-example/assets/images/logo.png` (+0 -0) ➕ `demo/expo-example/assets/images/partial-react-logo.png` (+0 -0) ➕ `demo/expo-example/assets/images/react-logo.png` (+0 -0) ➕ `demo/expo-example/assets/images/react-logo@2x.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-15 20:31:14 -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#21654