A secure, high-performance backend using C++17, gRPC, and ECDSA (Elliptic Curve Digital Signatures).
You need vcpkg installed.
# Windows (PowerShell)
cd C:\vcpkg
.\vcpkg install grpc:x64-windows protobuf:x64-windows cryptopp:x64-windowsgit clone https://github.com/Raghavendrapara/cpp-AuthServer.git cd cpp-AuthServer
mkdir build && cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake cmake --build .
.\Debug\AuthServer.exe
./AuthServer
.\Debug\ClientTool.exe
./ClientTool