Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlayFab HTML5 game with web monetization receipt validation #20

Open
subsoap opened this issue Oct 25, 2020 · 1 comment
Open

PlayFab HTML5 game with web monetization receipt validation #20

subsoap opened this issue Oct 25, 2020 · 1 comment

Comments

@subsoap
Copy link

subsoap commented Oct 25, 2020

Posting this here because I don't know where else to ask about this.

I want to add web monetization to a HTML5 game with receipt validation to verify it's not being cheated, and do this through PlayFab. I'd like to do this without needing to personally run an external service and just use PlayFab directly.

Is there a trusted service that I can use to receipt validation? What I want is something really simple. Like this https://developer.apple.com/documentation/appstorereceipts/verifyreceipt

Maybe a good option in the case of PlayFab would be to use Azure Functions?

@sabineschaller
Copy link
Member

Hi @subsoap,
As far as I know, there is no trusted service as of today. I have built on for my ILP Torrent Demo. The code is here and to use the service, go here. But this is just a demo deploy and nothing stable at all.
@wilsonianb has been working on a multi-user receipt verifier for codius which could be run as a service. The PR is pending: #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants