Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ package proto;
// recovered identity to set up the tunnel session.
message Auth {
// Stable client identifier, exactly nine raw UTF-8 bytes; signed
// by the HMAC together with timestamp. Not a UUID — the Hub
// generates it once per installation.
// by the HMAC together with timestamp. Not a UUID — the client
// generates it once per installation using a cryptographically
// secure RNG and persists it across launches.
bytes client_id = 1;

// Minutes since the project epoch (2024-01-01 UTC), used as a
Expand Down