Overview User authentication microservice for CVE dashboard web app. APIs gRPC sqlite3 PyJWT Running Generate gRPC code with: python -m grpc_tools.protoc -I ./proto --python_out=. --pyi_out=. --grpc_python_out=. ./proto/auth.proto Run the service: python server.py