Skip to content

Commit

Permalink
Merge pull request #421 from h3nr1ke/h3nr1ke/apple-relay-information
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
HenriBeck authored May 3, 2024
2 parents f8fd7e3 + 1845fd0 commit 168941b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sign_in_with_apple/sign_in_with_apple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Your server should then daily verify the session with Apple (via a refresh token

Before you can start integrating (or even testing) Sign in with Apple you need a [paid membership to the Apple Developer Program](https://developer.apple.com/programs/). Sign in with Apple is one of the restricted services which is not available for free with just an Apple ID ([source](https://developer.apple.com/programs/whats-included/)).

#### Apple Mail Relay

Since the users can use the private email relay, it is necessary to add an SPF record to the domains used to send emails, please read more here: https://developer.apple.com/help/account/configure-app-capabilities/configure-private-email-relay-service/
Without it, your service will not be able to send emails to users who choose to use Apple's private relay, and the emails will not be delivered.

### Setup

#### Register an App ID
Expand Down

0 comments on commit 168941b

Please sign in to comment.