Skip to content

Commit

Permalink
Comment out parts I want to reword
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jun 29, 2024
1 parent 1f1d05c commit 45006f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/peer-id-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ prefer not to import a multibase dependency.
(todo reword this)
1. The server initiates the authentication by responding to a request that must
<!-- 1. The server initiates the authentication by responding to a request that must
be authenticated with the response header `WWW-Authenticate: libp2p-PeerID
challenge-client="<base64-encoded-challenge>`. The challenge MUST be
indistinguishable from random data. The Server MAY randomly generate this
Expand Down Expand Up @@ -174,7 +174,7 @@ prefer not to import a multibase dependency.
libp2p-PeerID peer-id="<encoded-peer-id-bytes>",sig="<base64-signature-bytes>",bearer-token="<token>".
```
4. The client can then authenticate the server with the the signature from
`Authentication-info`.
`Authentication-info`. -->
## Authentication Endpoint
Expand Down

0 comments on commit 45006f1

Please sign in to comment.