boltcards/config.json
Patrick Mulligan 6893f409be
Some checks failed
lint.yml / feat(lnurl): access-control verify endpoint (push) Failing after 0s
feat(lnurl): access-control verify endpoint
GET /api/v1/verify/{external_id}?p=&c= — side-effect-light SUN check for
access control (doors via the aiolabs  extension): confirms a genuine,
non-replayed tap and returns the card identity (external_id, card_name),
WITHOUT /scan's spend semantics (no withdrawRequest, no daily-limit, no hit).
It still advances the SUN counter, so a captured p/c can't be replayed.

Named 'verify' because /auth is already the card-programming OTP endpoint.
config.json → 1.1.1-aio.2.
2026-08-07 21:52:31 +02:00

78 lines
2.1 KiB
JSON

{
"name": "Bolt Cards",
"short_description": "Self custody Bolt Cards with one time LNURLw",
"tile": "/boltcards/static/image/boltcard.png",
"version": "1.1.1-aio.2",
"min_lnbits_version": "1.3.0",
"contributors": [
{
"name": "aiolabs",
"uri": "https://git.atitlan.io/aiolabs",
"role": "Fork maintainer (tap-to-receive)"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Developer"
},
{
"name": "prusnak",
"uri": "https://github.com/prusnak",
"role": "Developer"
},
{
"name": "talvasconcelos",
"uri": "https://github.com/talvasconcelos",
"role": "Developer"
},
{
"name": "arbadacarbaYK",
"uri": "https://github.com/arbadacarbaYK",
"role": "Developer"
},
{
"name": "gorrdy",
"uri": "https://github.com/gorrdy",
"role": "Developer"
},
{
"name": "BilligsterUser",
"uri": "https://github.com/BilligsterUser",
"role": "Developer"
},
{
"name": "iwarpbtc",
"uri": "https://github.com/iwarpbtc",
"role": "Developer"
},
{
"name": "arcbtc",
"uri": "https://github.com/arcbtc",
"role": "Developer"
},
{
"name": "leesalminen",
"uri": "https://github.com/leesalminen",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/1.jpg",
"link": "https://www.youtube.com/embed/_sW7miqaXJc?si=UlFX7yU2A_LkC70r"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/2.jpg",
"link": "https://www.youtube.com/embed/wJ7QLFTRjK0?si=DRNH9ycKZrCLjFcx"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/3.jpg"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/boltcards/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/boltcards/main/toc.md",
"license": "MIT"
}