Fix discourse sync sso - #886
Merged
Merged
Conversation
alee
force-pushed
the
fix_discourse_sync_sso
branch
2 times, most recently
from
August 6, 2026 04:50
146be33 to
abbf944
Compare
Add a DiscourseConnect sync_sso helper for creating/updating forum users without requiring them to log into Discourse first. Reuse the shared Discourse SSO identity payload from the normal SSO handshake, and trigger syncs from user/profile save signals while avoiding short_uuid recursion. Add targeted coverage for the signed sync payload, avatar URL handling, and profile-save signal behavior. Co-authored-by: Codex <codex@openai.com>
alee
force-pushed
the
fix_discourse_sync_sso
branch
5 times, most recently
from
August 7, 2026 15:12
8d67c96 to
261c9fa
Compare
minor name hygiene for discourse sync functions
alee
force-pushed
the
fix_discourse_sync_sso
branch
3 times, most recently
from
August 8, 2026 01:00
4e2a880 to
4a26364
Compare
alee
force-pushed
the
fix_discourse_sync_sso
branch
from
August 8, 2026 01:14
4a26364 to
d542e9c
Compare
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.
addresses https://github.com/comses/planning/issues/383