docs: Improve Apple Sign-In setup with missing steps and troubleshooting#473
Open
Zfinix wants to merge 5 commits into
Open
docs: Improve Apple Sign-In setup with missing steps and troubleshooting#473Zfinix wants to merge 5 commits into
Zfinix wants to merge 5 commits into
Conversation
Swiftaxe
reviewed
May 1, 2026
Swiftaxe
reviewed
May 4, 2026
7b94a3d to
132800b
Compare
…zations, and troubleshooting
910cc7e to
12648da
Compare
…g domain requirements in troubleshooting
Swiftaxe
reviewed
May 6, 2026
…omization options, and troubleshooting details
Swiftaxe
reviewed
May 8, 2026
| In your server project directory, add the auth IDP server package: | ||
|
|
||
| ```bash | ||
| dart pub add serverpod_auth_idp_server |
Contributor
There was a problem hiding this comment.
Do they need to do this if they fulfilled the prerequisites above? (ie have the auth module installed)
Contributor
Author
There was a problem hiding this comment.
Reworded the step as a fallback for upgraded projects rather than a required install.
Contributor
There was a problem hiding this comment.
It is better now. However, a user having an old project still has to follow the full guide to install the auth module, right?
Is it better to refer to the full setup guide instead?
We do that under prerequisites, but if they rushed past it, this is good place to remind them.
…ions, customization tips, and additional notes on credential management
`serverpod create` already ships `serverpod_auth_idp_server` and `serverpod_auth_idp_flutter` in the generated pubspecs, so the bare `pub add` steps were redundant for users on the standard template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--dart-defineinstructions for Web/Android client configuration$prefix from bash commandsTest plan
serverpod createproject