fix: updated apple sign in page with a note about their 'hide my email' feature#629
fix: updated apple sign in page with a note about their 'hide my email' feature#629
Conversation
WalkthroughThe Apple sign-in documentation has been updated to include an explanation of Apple's Hide My Email feature, clarifying how private relay email addresses are handled in Kinde's authentication system. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/content/docs/authenticate/social-sign-in/apple.mdx (1)
27-29: Consider emphasizing this important limitation with an Aside block.The added content is accurate and helpful for developers integrating Apple Sign-in. The explanation of the Hide My Email feature and private relay addresses clearly describes what developers can expect in Kinde. However, since this information is critical for handling edge cases in your integration, consider wrapping it in an Aside block (similar to the warning above) to improve discoverability and emphasize its importance.
Additionally, the two statements about information limitations (avatars/pictures and email) could be more tightly integrated into a single point about Apple's restricted information flow, rather than presenting them as separate concerns.
Suggested refactor:
- It's also important to note that Apple limits the information it passes when users sign up this way. Avatars and profile pictures do not flow through to the auth experience in Kinde. - - The user's email may also be excluded or replaced with a private relay email address if they have Apple's "**Hide My Email**" feature enabled. When this feature is active, users receive a unique private email address (like `abc123@privaterelay.appleid.com`) that forwards to their real Apple ID email, which means you'll see this relay address in Kinde instead of their actual email address. + <Aside type="info" title="Information limitations with Apple"> + + Apple limits the information passed during sign-up. Avatars and profile pictures do not flow through to the auth experience in Kinde. + + Additionally, the user's email may be replaced with a private relay email address if they have Apple's "**Hide My Email**" feature enabled. When active, users receive a unique email address (like `abc123@privaterelay.appleid.com`) that forwards to their actual Apple ID email. Kinde will display this relay address instead of the user's real email. + + </Aside>
Deploying kinde-docs-preview with
|
| Latest commit: |
9617695
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://34bd2005.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://tamal-fix-apple-hide-my-emai.kinde-docs-preview.pages.dev |
updated apple sign in page with a not about their 'hide my email' feature
Related issues & labels (optional)
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.