add client ID

This commit is contained in:
ginuerzh
2023-09-19 22:32:40 +08:00
parent 288089404a
commit 0e42c7c67e
16 changed files with 134 additions and 71 deletions

View File

@ -13,6 +13,7 @@ message AuthenticateRequest {
message AuthenticateReply {
bool ok = 1;
string id = 2;
}
service Authenticator {