docs: Add guide for managing user profile photos (#3280) - #643
Merged
developerjamiu merged 3 commits intoJun 29, 2026
Merged
Conversation
Contributor
|
Thanks for this, it's a thorough and accurate guide. A couple of small wording and consistency notes inline. |
Rename to 07-profile-photos.md, remove em dashes, reword sentences that start with code, and use serverpod_auth_idp/serverpod_auth naming. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
@developerjamiu Thanks for the review! I've addressed all the feedback:
Also merged latest |
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
Addresses serverpod/serverpod#3280.
Adds a procedural guide for uploading, updating, and displaying user profile photos with the v3 auth module. The existing Working with users page covered the edit endpoint API but not the full client flow requested in the issue.
New page:
docs/06-concepts/11-authentication/profile-photos.mdUserProfileEndpoint, generated client methods, optional access controlsetUserImage, error handlingUserProfileModel.imageUrl,CircleAvatarUserProfileConfigand server-side processingAuthServices.instance.userProfilesUpdated:
docs/06-concepts/11-authentication/03-working-with-users.mdTest plan
npm startand openhttp://localhost:3000/concepts/authentication/profile-photos