gRPC authentication using JWT
$ protoc --proto_path=protos --go_out=plugins=grpc:protos conn.proto
$ python -m grpc_tools.protoc -I./protos --python_out=./generated/ --grpc_python_out=./generated/ ./protos/conn.proto
Run Python Server using
$ python3 server.py
While python server running, Run the main.go
file
$ go run main.go