CDN Integration
To get your content working with paywalls.net, you'll need to set up a 'request filter' in your content delivery network (CDN). Basically, this means adding a small piece of code that checks with our "auth service" to make sure a bot or other user-agent is allowed to access your content before it's delivered.
We've used Cloudflare workers as an example in our setup, but the general idea is the same no matter which CDN you're using. You'll run a lightweight client that talks to our "auth service" to handle the checks. The specifics of that client might change depending on your CDN, but the core process of verifying access stays consistent.