upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorPablo Fernandez <p@f7z.io>2024-02-06 23:27:22 +0000
committerGitHub <noreply@github.com>2024-02-06 23:27:22 +0000
commitdb93c0d05f78619f95dd86e0142a7f8f96161f54 (patch)
tree90236ca6d32c2d81d168fd1c89808874f31dc266 /46.md
parent5868d4f67aac4fe71badd83c0ac6333d4bc4e9ac (diff)
Update 46.md
Co-authored-by: Alex Gleason <alex@alexgleason.me>
Diffstat (limited to '46.md')
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index 05719cb..27c6930 100644
--- a/46.md
+++ b/46.md
@@ -122,5 +122,5 @@ When redirecting, the client can choose to add a `callbackUrl` query string para
122 - result: `generated-pubkey` 122 - result: `generated-pubkey`
123 123
124#### Account creation 124#### Account creation
125This method creates a new key inside the backend. All params are optional. Username+domain can be specified so a NIP-05 record is created to point to this key. Email is an optional parameter that allows the backend to check if this user has already created an account in this backend. The `create_account` method should be sent to the pubkey of the bunker, which should match the root NIP-05 entry (`_domain`). 125This method creates a new key inside the backend. All params are optional. Username+domain can be specified so a NIP-05 record is created to point to this key. Email is an optional parameter that allows the backend to check if this user has already created an account in this backend. The `create_account` method should be sent to the pubkey of the bunker, which should match the root NIP-05 entry (`_@domain`).
126 126