core
core copied to clipboard
Add names history to /players/{account_id}
is it possible to add a list of previous names the players played under, with a date of when he last used the name?
technically yes, but it might not capture all names as we only periodically check for new names, and on user login.
Sounds better than nothing... Might also get better in the future with more frequent checking.
Actually it looks like Steam provides a getAliases method with name history so we could just fetch it from there