My game is inside of a website with a login. Login generates a auth token that gets stored in localstorage (webstorage). Since webstorage is deprecated, how do I pass the token into the game? Since tokens can be long, passing it in url params might not be the best idea.