feat(server): re-introduce client approval flow
This commit is contained in:
@@ -7,8 +7,8 @@ import "google/protobuf/empty.proto";
|
||||
|
||||
message ClientInfo {
|
||||
string name = 1;
|
||||
string description = 2;
|
||||
string version = 3;
|
||||
optional string description = 2;
|
||||
optional string version = 3;
|
||||
}
|
||||
|
||||
message AuthChallengeRequest {
|
||||
|
||||
@@ -86,9 +86,12 @@ message ClientConnectionRequest {
|
||||
|
||||
message ClientConnectionResponse {
|
||||
bool approved = 1;
|
||||
bytes pubkey = 2;
|
||||
}
|
||||
|
||||
message ClientConnectionCancel {}
|
||||
message ClientConnectionCancel {
|
||||
bytes pubkey = 1;
|
||||
}
|
||||
|
||||
message UserAgentRequest {
|
||||
int32 id = 14;
|
||||
|
||||
Reference in New Issue
Block a user