michal-kapala / cve-dashboard-auth

User authentication gRPC-based microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

User authentication gRPC-based microservice


Languages

Language:Python 100.0%