wilsonianb / c8s

Codius-less: web-monetized serverless Kubernetes add-on
Apache License 2.0
3 stars 0 forks source link

Server side web monetization validation #43

Open wilsonianb opened 4 years ago

wilsonianb commented 4 years ago

c8s currently uses react-web-monetization to restrict functionality to users paying via web-monetization.

However, users can spoof web monetization events without actually paying, so the c8s server needs to verify payments before handling requests

Possible solutions:

wilsonianb commented 4 years ago

Replaced by https://github.com/wilsonianb/c8s/issues/47