From 73261df96b3923d71d9110d9ace6136dcefa639a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Wed, 3 Oct 2018 20:48:56 +0200 Subject: [PATCH] Add ln-paywall (#2078) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7340d429..12cc49a3 100644 --- a/README.md +++ b/README.md @@ -1587,6 +1587,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST. * [go-server-timing](https://github.com/mitchellh/go-server-timing) - Add/parse Server-Timing header. * [Limiter](https://github.com/ulule/limiter) - Dead simple rate limit middleware for Go. +* [ln-paywall](https://github.com/philippgille/ln-paywall) - Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin) * [Tollbooth](https://github.com/didip/tollbooth) - Rate limit HTTP request handler. * [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends.