[PR #521] [CLOSED] Allow POST request for apple on callback endpoint #11588

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/521
Author: @emroot
Created: 11/13/2024
Status: Closed

Base: fix/appleHead: main


📝 Commits (10+)

📊 Changes

216 files changed (+2161 additions, -22084 deletions)

View changed files

📝 demo/nextjs/app/dashboard/organization-card.tsx (+2 -2)
📝 demo/nextjs/lib/auth.ts (+3 -3)
📝 docs/content/docs/authentication/email-password.mdx (+8 -4)
📝 docs/content/docs/concepts/database.mdx (+2 -2)
📝 docs/content/docs/concepts/email.mdx (+5 -3)
📝 docs/content/docs/concepts/users-accounts.mdx (+1 -1)
📝 docs/content/docs/examples/next-js.mdx (+1 -1)
📝 docs/content/docs/integrations/astro.mdx (+2 -2)
📝 docs/content/docs/integrations/next.mdx (+31 -0)
📝 docs/content/docs/integrations/remix.mdx (+1 -1)
📝 docs/content/docs/plugins/2fa.mdx (+1 -1)
📝 docs/content/docs/plugins/magic-link.mdx (+4 -2)
📝 docs/content/docs/plugins/phone-number.mdx (+19 -2)
📝 docs/content/docs/reference/options.mdx (+2 -14)
examples/nextjs-example/.env.example (+0 -12)
examples/nextjs-example/.gitignore (+0 -42)
examples/nextjs-example/README.md (+0 -36)
examples/nextjs-example/app/(auth)/forget-password/page.tsx (+0 -127)
examples/nextjs-example/app/(auth)/reset-password/page.tsx (+0 -91)
examples/nextjs-example/app/(auth)/sign-in/page.tsx (+0 -30)

...and 80 more files

📄 Description

Looks like Apple needs form_post, here's a PR that updates the callback endpoint to support POST request in case we decide to go that route.


🔄 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/521 **Author:** [@emroot](https://github.com/emroot) **Created:** 11/13/2024 **Status:** ❌ Closed **Base:** `fix/apple` ← **Head:** `main` --- ### 📝 Commits (10+) - [`228456e`](https://github.com/better-auth/better-auth/commit/228456eba0ab9028ab18a56c07ef307953e3a029) docs: fix astro pages path (#489) - [`1acb34b`](https://github.com/better-auth/better-auth/commit/1acb34b96efd1fa42fd15fd61dd6666c49a8f4da) fix: mysql date conversion (#492) - [`6c4c482`](https://github.com/better-auth/better-auth/commit/6c4c482dbfafc3f95db9eec066db7f63a2922366) feat: nextjs plugin (#493) - [`1751cd1`](https://github.com/better-auth/better-auth/commit/1751cd127d889fd2b20fa7b362840f81ea759763) fix: missing ctx on after hooks - [`9c3abc2`](https://github.com/better-auth/better-auth/commit/9c3abc237f78924676ccc85c1ee903dc8d88a524) chore: release v0.8.2-beta.2 - [`5c882f8`](https://github.com/better-auth/better-auth/commit/5c882f88d1a292ffc18bd5697d3b80ed43a08afd) chore: release v0.8.2-beta.3 - [`333afe6`](https://github.com/better-auth/better-auth/commit/333afe63587858778834e3a6c6d1276fe6164940) chore: release v0.8.2 - [`8402812`](https://github.com/better-auth/better-auth/commit/8402812557e1c809be6d4451223f82b3decd7c44) fix apple login - [`b85f18f`](https://github.com/better-auth/better-auth/commit/b85f18fc5d540b2c9ed1bbb3bed961e44b76c663) fix: issue with inconsistent baseURL (#500) - [`35b1ef4`](https://github.com/better-auth/better-auth/commit/35b1ef46fad08a41e973b7cab2f671475e2407f6) docs: redis value change (#501) ### 📊 Changes **216 files changed** (+2161 additions, -22084 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/app/dashboard/organization-card.tsx` (+2 -2) 📝 `demo/nextjs/lib/auth.ts` (+3 -3) 📝 `docs/content/docs/authentication/email-password.mdx` (+8 -4) 📝 `docs/content/docs/concepts/database.mdx` (+2 -2) 📝 `docs/content/docs/concepts/email.mdx` (+5 -3) 📝 `docs/content/docs/concepts/users-accounts.mdx` (+1 -1) 📝 `docs/content/docs/examples/next-js.mdx` (+1 -1) 📝 `docs/content/docs/integrations/astro.mdx` (+2 -2) 📝 `docs/content/docs/integrations/next.mdx` (+31 -0) 📝 `docs/content/docs/integrations/remix.mdx` (+1 -1) 📝 `docs/content/docs/plugins/2fa.mdx` (+1 -1) 📝 `docs/content/docs/plugins/magic-link.mdx` (+4 -2) 📝 `docs/content/docs/plugins/phone-number.mdx` (+19 -2) 📝 `docs/content/docs/reference/options.mdx` (+2 -14) ➖ `examples/nextjs-example/.env.example` (+0 -12) ➖ `examples/nextjs-example/.gitignore` (+0 -42) ➖ `examples/nextjs-example/README.md` (+0 -36) ➖ `examples/nextjs-example/app/(auth)/forget-password/page.tsx` (+0 -127) ➖ `examples/nextjs-example/app/(auth)/reset-password/page.tsx` (+0 -91) ➖ `examples/nextjs-example/app/(auth)/sign-in/page.tsx` (+0 -30) _...and 80 more files_ </details> ### 📄 Description Looks like Apple needs `form_post`, here's a PR that updates the callback endpoint to support POST request in case we decide to go that route. --- <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:52:57 -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#11588