add client param for auth plugin

This commit is contained in:
ginuerzh
2023-09-21 19:58:16 +08:00
parent 3fb3ca8dea
commit 4700171909
4 changed files with 27 additions and 15 deletions

View File

@ -9,6 +9,7 @@ option go_package = "github.com/go-gost/plugin/auth/proto";
message AuthenticateRequest {
string username = 1;
string password = 2;
string client = 3;
}
message AuthenticateReply {