include accessToken in requests for authentication
pandapaul opened this issue ยท 1 comments
Access tokens were removed from the requests when resolving a multiplayer server bug. Turned out I was trying to use a client-only class in some code that was being run on the server.
This issue needs to be reopened so that we can re-address the inclusion of the access token and authentication in general.