Hello,
I am currently trying to connect to my database from the game, and it should handle some non-private data. However, the user should be authenticated, as the account owner should be the only one to be able to manage that data. I was thinking about using the access token but, besides that I haven't actually found a way to retrieve it in latest versions, I find it's a bit intrusive.
So what would you suggest to verify that the connection is actually established by the account owner?