Update 46.md

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Pablo Fernandez 2024-02-06 23:27:22 +00:00 committed by GitHub
parent 5868d4f67a
commit db93c0d05f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
46.md
View File

@ -122,5 +122,5 @@ When redirecting, the client can choose to add a `callbackUrl` query string para
- result: `generated-pubkey`
#### Account creation
This 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`).
This 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`).