I am constantly developing a score-based browser game which is hosted on itch.io. Therefore it would be nice to have a leaderboards. But it would be tedious to ask the players to enter their names if they are already logged in itch.io.
Thus it would be great if you could somehow pass the username into the iframe where the game is running. Maybe you could use Window.postMessage() to achieve this.
Thank you! :-)