From b60228f76dda40c6f2b2388122238f060e63f8d4 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Mon, 3 Mar 2025 06:20:45 +0100 Subject: [PATCH] Add username warning --- src/guide/lnurl_pay_service.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/guide/lnurl_pay_service.md b/src/guide/lnurl_pay_service.md index 1fcaaf83..6a7faf03 100644 --- a/src/guide/lnurl_pay_service.md +++ b/src/guide/lnurl_pay_service.md @@ -44,6 +44,13 @@ The service responds with following payload: } ``` +
+

Developer note

+ +When a user changes their already registered username, this previous username is freely available to be registered by another user. + +
+ ### Step 2: Processing an LNURL-Pay request When an LNURL-Pay GET request is received at ```https://app.domain/lnurlp/[identifier]``` (or ```https://app.domain/.well-known/lnurlp/[identifier]``` for lightning addresses) the service then sends a push notification to the app with the LNURL-Pay request and a callback URL. The payload may look like the following: