I have deployed my game online, and the authentication is handled outside of the game. Once the user is authenticated, a local storage variable (name) is set and then the game is loaded.
My question is how can I access this 'name' variable now inside of the game?
Am I missing something or is this just not possible?