Skip to content

7finney/gRPC-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-jwt-auth

gRPC authentication using JWT

Generate protobuf file for GRPC Go client

$  protoc --proto_path=protos --go_out=plugins=grpc:protos conn.proto

Generate protobuf for Python GRPC server

$ 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

About

gRPC authentication using JWT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published