/cve-dashboard-auth

User authentication gRPC-based microservice

Primary LanguagePython

Overview

User authentication microservice for CVE dashboard web app.

APIs

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