Skip to content

Commit d026def

Browse files
authored
fix: http auth header typo (#675)
There should not be a comma after the authentication scheme name.
1 parent 2947677 commit d026def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http/peer-id-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protocol operates as follows:
169169
headers:
170170

171171
```
172-
Authentication-Info: libp2p-PeerID, sig="<base64-signature-bytes>" bearer="<base64-encoded-opaque-blob>"
172+
Authentication-Info: libp2p-PeerID sig="<base64-signature-bytes>" bearer="<base64-encoded-opaque-blob>"
173173
```
174174

175175
The `sig` param represents a signature over the parameters:

0 commit comments

Comments
 (0)