Module Auth.Token

module Token: sig .. end
tokens sent+received between the server and clients

type t = {
   token :string;
   secret :string;
}