🔊 Logging more ip address

This commit is contained in:
2025-08-25 23:42:41 +08:00
parent d4de5aeac2
commit 344007af66
3 changed files with 13 additions and 10 deletions

View File

@@ -70,6 +70,7 @@ service AuthService {
message AuthenticateRequest {
string token = 1;
optional google.protobuf.StringValue ip_address = 2;
}
message AuthenticateResponse {