Hello, I’m using SSO to login/signup users from my website to the discourse forum.
During the signup I’m sending some data in the payload (username, external_id, avatar as URL, etc…). So far so good and the user’s avatar on discourse are showing the same as my webstie.
Now when a user updates his avatar on my website, it basically updates the avatar in the database to be a new URL string. How can I update the avatar on discourse as well to match the new avatar ?
Thanks in advance !