Skip to content

Commit

Permalink
Revert "docs: small fix in Auth spec"
Browse files Browse the repository at this point in the history
This reverts commit f48f5f6.
  • Loading branch information
Nuhvi committed Sep 30, 2024
1 parent 4730927 commit c09b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/spec/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pubkyauth:///
```abnf
AuthToken = signature namespace version timestamp pubky capabilities
signature = 64OCTET ; ed25519 signature over the rest of the token.
signature = 64OCTET ; ed25519 signature over encoded DNS packet
namespace = %x50.55.42.4b.59.3a.41.55.54.48 ; "PUBKY:AUTH" in UTF-8 (10 bytes)
version = 1*OCTET ; Version of the AuthToken for future proofing.
timestamp = 8OCTET ; Big-endian UNIX timestamp in microseconds
Expand Down

0 comments on commit c09b741

Please sign in to comment.