fix: http auth header typo (#675)

There should not be a comma after the authentication scheme name.
This commit is contained in:
Alex Potsides
2025-04-30 11:08:20 +01:00
committed by GitHub
parent 29476774c5
commit d026defbbf

View File

@@ -169,7 +169,7 @@ protocol operates as follows:
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: