From 257e8aca6aa06360b4e64a0239818479f8e5691e Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Fri, 7 Aug 2026 21:55:04 +0200 Subject: [PATCH] catalog: boltcards 1.1.1-aio.2 (access-control verify endpoint) Adds the /api/v1/verify SUN-check endpoint the aiolabs access extension uses for door authorization. Kept 1.1.1-aio.1 alongside for rollback. archive: aiolabs/boltcards @ v1.1.1-aio.2 sha256: fe7fbbea81f55cb85fcfbeb02e2be905483f170731e33454f1d84349f7f03cf7 --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 91bd69b..16095b4 100644 --- a/extensions.json +++ b/extensions.json @@ -539,6 +539,17 @@ "icon": "https://git.atitlan.io/aiolabs/boltcards/raw/branch/main/static/image/boltcard.png", "archive": "https://git.atitlan.io/aiolabs/boltcards/archive/v1.1.1-aio.1.zip", "hash": "a01287fa7a19292e41e61db0aedab5e996b637689555743c25b764cc7fbe6cf5" + }, + { + "id": "boltcards", + "repo": "https://git.atitlan.io/aiolabs/boltcards", + "name": "Bolt Cards", + "min_lnbits_version": "1.3.0", + "version": "1.1.1-aio.2", + "short_description": "Self custody Bolt Cards with one time LNURLw", + "icon": "https://git.atitlan.io/aiolabs/boltcards/raw/branch/main/static/image/boltcard.png", + "archive": "https://git.atitlan.io/aiolabs/boltcards/archive/v1.1.1-aio.2.zip", + "hash": "fe7fbbea81f55cb85fcfbeb02e2be905483f170731e33454f1d84349f7f03cf7" } ] }