LibreAuth Nut.exe Visit Website

C++ SDK

Windows native / MSVC · LibreAuth native client

C++ Windows native / MSVC
POST https://libreauth.nutexe.dev/api/1.3/

Setup Guide

Use LibreAuth C++ client · set Ed25519 pubkey from /health · point URL to your server

  1. Panel → Manage Applications → copy name + ownerid
  2. API URL: https://libreauth.nutexe.dev/api/1.3/
  3. Source: cpp/README.md
  4. Ed25519 key: /health · Response Signing
  5. 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");