LibreAuth Nut.exe Visit Website

WPF SDK

.NET WPF desktop · LibreAuth native client

WPF .NET WPF desktop
POST https://libreauth.nutexe.dev/api/1.3/

Setup Guide

Add LibreAuth.cs to WPF project · bind login UI to LibreAuth client

  1. Panel → Manage Applications → copy name + ownerid
  2. API URL: https://libreauth.nutexe.dev/api/1.3/
  3. Source: csharp/LibreAuth.cs
  4. Ed25519 key: /health · Response Signing
  5. Test: Live API · Init docs

Install / Dependencies

Terminal
// Add sdk/csharp/LibreAuth.cs to WPF project

Code Example

WPF
var app = new LibreAuth("AppName", "OWNER_ID_10", "1.0", "https://libreauth.nutexe.dev/api/1.3/");
await app.InitAsync();
await app.LoginAsync(username, password, hwid);