Skip to content

Commit

Permalink
docs: small fix in Auth spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Sep 29, 2024
1 parent 842b9f3 commit f48f5f6
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 encoded DNS packet
signature = 64OCTET ; ed25519 signature over the rest of the token.
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 f48f5f6

Please sign in to comment.