mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
jwt-factory: archived
This commit is contained in:
parent
a87b7455a1
commit
35deb3ac2f
3 changed files with 2 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,3 @@
|
|||
[submodule "jwt-factory"]
|
||||
path = jwt-factory
|
||||
url = https://github.com/nettijoe96/jwt-factory.git
|
||||
[submodule "trustedcoin"]
|
||||
path = trustedcoin
|
||||
url = https://github.com/fiatjaf/trustedcoin.git
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
|
|||
| [holdinvoice][holdinvoice] | Holds htlcs for invoices until settle or cancel is called (aka Hodlinvoices) via RPC/GRPC |
|
||||
| [invoice-queue][Lightning-Invoice-Queue] | Listen to lightning invoices from multiple nodes and send to a redis queue for processing |
|
||||
| [jitrebalance][jitrebalance] | The JITrebalance plugin |
|
||||
| [jwt-factory][jwt-factory] | Json Web Tokens (JWT) to provide auth for c-lightning plugins |
|
||||
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
|
||||
| [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits |
|
||||
| [nloop][NLoop] | Generic Lightning Loop for boltz |
|
||||
|
|
@ -60,6 +61,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
|
|||
[historian]: https://github.com/lightningd/plugins/tree/master/archived/historian
|
||||
[holdinvoice]: https://github.com/daywalker90/holdinvoice
|
||||
[jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance
|
||||
[jwt-factory]: https://github.com/nettijoe96/jwt-factory
|
||||
[Lightning-Invoice-Queue]: https://github.com/rbndg/Lightning-Invoice-Queue
|
||||
[lightning-qt]: https://github.com/darosior/pylightning-qt
|
||||
[listmempoolfunds]: https://github.com/andrewtoth/listmempoolfunds
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0280b228f1890560d9dc6af6f6473e36809f4c94
|
||||
Loading…
Add table
Add a link
Reference in a new issue