Tags: lnbits/paywall
Tags
Add `File Download` paywall support (#3) * feat: introduce file options * feat: add file download fields * feat: save file download configs * feat: show edit dialog * feat: add support for `Paywall` update * fix: paywall update * feat: add mockup download * feat: check paywall type * chore: code format 1 * chore: code format 2 * chore: code format 3 * feat: download private files * fix: permissions * chore: code format * feat: check for payment before allowing download * feat: use shorter link * chore: code clean-up * chore: improve log messages * chore: ruff stuff * chore: extra logging * chore: better error handling * chore: code format * feat: add `GET` endpoint for creating an invoice * feat: add `head` operation for download * feat: add websocket endpoint for invoice check * feat: watch for paid invoices * fix: add `paywall_id` in the path for the websocket * chore: extra logging