diff --git a/docs/src/spec/auth.md b/docs/src/spec/auth.md index 92a30412..62c57bfb 100644 --- a/docs/src/spec/auth.md +++ b/docs/src/spec/auth.md @@ -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