From e6b281064803503aba3da590dfa9a9f408442bfa Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 11 Aug 2020 11:12:41 +0300 Subject: [PATCH] [#40] service: Change Token.signature field number Signed-off-by: Leonard Lyubich --- service/verify.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/verify.proto b/service/verify.proto index a40d1d0..af14134 100644 --- a/service/verify.proto +++ b/service/verify.proto @@ -78,7 +78,7 @@ message Token { Info token_info = 1; // Signature is a signature of session token information - bytes signature = 8; + bytes signature = 2; } // TokenLifetime carries a group of lifetime parameters of the token