mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-07 22:44:07 -05:00
fix: http auth header typo (#675)
There should not be a comma after the authentication scheme name.
This commit is contained in:
@@ -169,7 +169,7 @@ protocol operates as follows:
|
|||||||
headers:
|
headers:
|
||||||
|
|
||||||
```
|
```
|
||||||
Authentication-Info: libp2p-PeerID, sig="<base64-signature-bytes>" bearer="<base64-encoded-opaque-blob>"
|
Authentication-Info: libp2p-PeerID sig="<base64-signature-bytes>" bearer="<base64-encoded-opaque-blob>"
|
||||||
```
|
```
|
||||||
|
|
||||||
The `sig` param represents a signature over the parameters:
|
The `sig` param represents a signature over the parameters:
|
||||||
|
|||||||
Reference in New Issue
Block a user