Draft: LUD-XX – pinLimit for withdrawRequest (PIN protection for NFC/Boltcard)#290
Open
AxelHamburch wants to merge 10 commits into
Open
Draft: LUD-XX – pinLimit for withdrawRequest (PIN protection for NFC/Boltcard)#290AxelHamburch wants to merge 10 commits into
AxelHamburch wants to merge 10 commits into
Conversation
Clean resubmission of PR lnurl#200. Adds optional PIN authorization to withdrawRequest for NFC/Boltcard use case. No number assigned pending maintainer decision.
6 tasks
Contributor
Author
Known Implementations of LUD-XX
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clean resubmission of PR #200 (
pinLimit for withdrawRequest), open sinceFebruary 2023 without being merged.
Supersedes #200. Related to governance discussion: #289.
Spec file:
XX.mdWhat this adds
An optional
pinLimitfield to thewithdrawRequestresponse (LUD-03 extension).When present and the withdrawal amount meets or exceeds the threshold, the wallet
must collect a 4-digit numeric PIN before sending the callback. If the PIN is
absent or wrong, the SERVICE MUST reject the request — there is no fallback.
No LUD number is claimed. File is
XX.mdas placeholder.Number to be assigned by a maintainer at merge time (per #289).
Why now
Changes vs PR #200
Known implementations (verified)