Hello,
I have managed to get oauth working were a user can copy the token and verify their profile.
Im now stuck on verifying if the user has purchased a game, I know this can be done by checking if the game was lauched from the Itch App.
But I would rather the user just login and be able to run the game outside of the itch app.
Following the structure from this API reference
https://itch.io/docs/api/serverside#reference/gameviewpurchases-httpsitchioapi1k...
How can I take a oauth generated token, and find out if the purchased the app?