[PR #5746] chore(demo): enable apple login #14442

Closed
opened 2026-04-13 09:28:38 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/5746

State: closed
Merged: Yes


Summary by cubic

Enable Apple sign-in in the Next.js demo. Adds an Apple button on the sign-in page and configures the Apple OAuth provider with BetterAuth.

  • New Features

    • Apple OAuth added to socialProviders in auth.ts (uses APPLE_CLIENT_ID/APPLE_CLIENT_SECRET).
    • “Sign in with Apple” button on the sign-in page; routes back to /dashboard.
  • Migration

    • Add APPLE_CLIENT_ID and APPLE_CLIENT_SECRET to .env and set values from Apple Developer.
    • Restart the app after updating env variables.

Written for commit d022a02c4e. Summary will update automatically on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/5746 **State:** closed **Merged:** Yes --- <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Enable Apple sign-in in the Next.js demo. Adds an Apple button on the sign-in page and configures the Apple OAuth provider with BetterAuth. - New Features - Apple OAuth added to socialProviders in auth.ts (uses APPLE_CLIENT_ID/APPLE_CLIENT_SECRET). - “Sign in with Apple” button on the sign-in page; routes back to /dashboard. - Migration - Add APPLE_CLIENT_ID and APPLE_CLIENT_SECRET to .env and set values from Apple Developer. - Restart the app after updating env variables. <sup>Written for commit d022a02c4e92001559fc1da4d695c671da2d78e7. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 09:28:38 -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#14442