Return Discord 'UserID' in addition to 'Username' on 'UserInfo' API call
complete
Alex Phelps
Problem: Since we're currently forced to use the username, if users change their Discord Username, any connections will break. (This also presents a security risk... if an authed user changes their username, an attacker could change to that old username and act as the old user.)
Solution: Return the discord 'UserID' which does not ever change.
This should be a fairly easy fix, just adding the 'UserID' to the 'UserInfo' API call. :)
Russell Spence
complete
Released in S14.
Russell Spence
in progress
Russell Spence
planned
Internal Ticket: https://starcard.atlassian.net/browse/MXR-432
Going to tackle this in S14.