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.protoRun Python Server using
$ python3 server.pyWhile python server running, Run the main.go file
$ go run main.go