[PR #2430] [MERGED] docs: Add guide for Sign In with Apple #29917

Closed
opened 2026-04-17 21:09:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2430
Author: @TheGenio
Created: 4/24/2025
Status: Merged
Merged: 4/24/2025
Merged by: @Bekacru

Base: mainHead: docs/apple-sign-in


📝 Commits (1)

  • 44e4746 docs: Add guide for Sign In with Apple

📊 Changes

1 file changed (+57 additions, -7 deletions)

View changed files

📝 docs/content/docs/authentication/apple.mdx (+57 -7)

📄 Description

I noticed the docs were lacking in regards to apple sign in integration so i wanted to contribute to make sure others have an easier time than me.

I Noticed that step 1 was longer than all other steps in other providers but imo apple makes it harder so it makes sense why.

I also wanted to add a component to create the apple JWT right in the docs. Just like how the secret is created in the instalation part. Is that allowed? I would use crypto to create the jwt. User would insert all the needed details to generate the apple JWT and i would do it in the website directly.

Thank you, this is my first open source contribution so be kind :)


🔄 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/2430 **Author:** [@TheGenio](https://github.com/TheGenio) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs/apple-sign-in` --- ### 📝 Commits (1) - [`44e4746`](https://github.com/better-auth/better-auth/commit/44e474635b2f8de48665ec3218f6591148412047) docs: Add guide for Sign In with Apple ### 📊 Changes **1 file changed** (+57 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/authentication/apple.mdx` (+57 -7) </details> ### 📄 Description I noticed the docs were lacking in regards to apple sign in integration so i wanted to contribute to make sure others have an easier time than me. I Noticed that step 1 was longer than all other steps in other providers but imo apple makes it harder so it makes sense why. I also wanted to add a component to create the apple JWT right in the docs. Just like how the secret is created in the instalation part. Is that allowed? I would use crypto to create the jwt. User would insert all the needed details to generate the apple JWT and i would do it in the website directly. Thank you, this is my first open source contribution so be kind :) --- <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-17 21:09:47 -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#29917