summaryrefslogtreecommitdiff
path: root/proto/auth.proto
blob: 8c6710e5a38ed3cf0e64a3aac0610f97cb161680 (plain)
1
2
3
4
5
6
7
8
9
10
syntax="proto3";
package auth;

message AuthecationRequest {
  string login = 1;
  string password = 2;
}