C++ SDK
Windows native / MSVC · LibreAuth native client
C++
Windows native / MSVC
Setup Guide
Use LibreAuth C++ client · set Ed25519 pubkey from /health · point URL to your server
- Panel → Manage Applications → copy name + ownerid
- API URL:
https://libreauth.nutexe.dev/api/1.3/ - Source:
cpp/README.md - Ed25519 key: /health · Response Signing
- Test: Live API · Init docs
Install / Dependencies
Terminal
// See sdk/cpp/README.md
// Set Ed25519 pubkey from /health
Code Example
C++
LibreAuth::Client auth("AppName", "OWNER_ID_10", "1.0", "https://libreauth.nutexe.dev/api/1.3/");
auth.setPublicKey("58cd1baa23130577649b4f2ddb69f10e224fa761ed7cf7ac2e79c8f4c8a95b79");
auth.init();
auth.login("user", "pass", "HWID");