add client ID
This commit is contained in:
@ -13,6 +13,7 @@ message AuthenticateRequest {
|
||||
|
||||
message AuthenticateReply {
|
||||
bool ok = 1;
|
||||
string id = 2;
|
||||
}
|
||||
|
||||
service Authenticator {
|
||||
|
Reference in New Issue
Block a user