We are going to simulate an authentication with user and password using encryption in the communication. Create our solution with two projects PR_08_gRPC_03_tsl/ ├── Server/ │ ├── Protos/ │ │ └── auth ...
define service and message on .proto file clone repo https://github.com/googleapis/googleapis and copy some dependencies into our proto file structure. generate *.pb ...