upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--97.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/97.md b/97.md
index 6de3f77..f268b99 100644
--- a/97.md
+++ b/97.md
@@ -18,7 +18,7 @@ This login URI can be presented as a clickable link, a QR code or a copyable str
18 18
19A client that wishes to log in to a service SHOULD display the domain associated with the service to the end user before allowing them to log in to prevent services showing a login string for another service. 19A client that wishes to log in to a service SHOULD display the domain associated with the service to the end user before allowing them to log in to prevent services showing a login string for another service.
20 20
21After the user approves the login, the client should send a POST request to `/.well-known/nostr-login` to the `domain` with the `i` query parameter set to the `challenge` and a valid NIP-98 authentication header present. 21After the user approves the login, the client should send a POST request to `/.well-known/nostr/nip97` to the `domain` with the `i` query parameter set to the `challenge` and a valid NIP-98 authentication header present.
22 22
23The response MUST be a JSON object, with the format: 23The response MUST be a JSON object, with the format:
24```json 24```json