You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning-network-tools/aperture/get-aperture.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
description: Aperture is an implementation of L402s as a reverse HTTP proxy.
3
3
---
4
4
5
-
# ⚒ Get Aperture
5
+
# ⚒️ Get Aperture
6
6
7
7
Aperture is a reverse proxy that acts as a payment and authentication gateway for Lightning Network powered APIs. It can handle gRPC requests over HTTP/2 as well as REST over HTTP/1 and 2.
8
8
@@ -39,7 +39,7 @@ A demonstration of L402 can be found at [https://lsat-playground-bucko.vercel.ap
39
39
40
40
Here you can go through the process of minting a Macaroon, turning it into an L402, restricting and validating it as well as see code snippets.
41
41
42
-
[See how the client interceptor is coded in Aperture](https://github.com/lightninglabs/aperture/blob/master/lsat/client\_interceptor.go)
42
+
[See how the client interceptor is coded in Aperture](https://github.com/lightninglabs/aperture/blob/master/l402/client\_interceptor.go)
0 commit comments