LibreAuth

Client SDKs

LibreAuth native SDKs — 17 languages · Protocol 1.x for all plans · Protocol v2 SDKs for Enterprise

INFO
Protocol v2 (Enterprise): use *V2 sources pointing at /api/v2/. Free / Developer / Pro keep legacy SDKs on /api/1.3/ or /api/1.4/. Full guide: API Protocol v2.
WARN
SDK Portal download: View / Download ที่ /sdk/ ต้อง Login Panel ก่อน แล้วใช้แผน Developer / Pro / Enterprise (Free ล็อก). ไฟล์ Ops (OpsBridge / OpsExecutor / OpsEnvelope) โชว์เฉพาะบัญชีที่เปิด Operations page ไว้ — Enterprise อย่างเดียวไม่พอ · ไม่เปิดก็ไม่เห็นรายการเลย. ดูแพ็ก C++: C++ Pack.
INFO
API: https://libreauth.nutexe.dev/api/1.3/ · Live API Reference · All Endpoints · SDK Portal

Quick Setup

  1. Use your name + ownerid (10 characters) credentials
  2. Set API URL to https://libreauth.nutexe.dev/api/1.3/
  3. C++ / PHP: set Ed25519 public key from init response — Response Signing
  4. Hash Check ON → send exe MD5 on init

All Languages

Desktop & Native

Web & Script

Systems

Game & Server

All SDK Sources

Language1.x sourceProtocol v2Documentation
C# LibreAuth.cs LibreAuthV2.cs Setup guide · View source
C++ README.md libreauth_v2.hpp Setup guide · View source
WPF LibreAuthV2.cs LibreAuthV2.cs Setup guide · View source
Python libreauth.py libreauth_v2.py Setup guide · View source
Java LibreAuth.java LibreAuthV2.java Setup guide · View source
JavaScript libreauth.js libreauth-v2.js Setup guide · View source
TypeScript LibreAuth.ts README-v2.md Setup guide · View source
VB.NET LibreAuthV2.cs LibreAuthV2.cs Setup guide · View source
PHP LibreAuth.php LibreAuthV2.php Setup guide · View source
Rust lib.rs v2.rs Setup guide · View source
Go libreauth.go libreauth_v2.go Setup guide · View source
Lua libreauth.lua libreauth_v2.lua Setup guide · View source
Ruby libreauth.rb libreauth_v2.rb Setup guide · View source
Perl libreauth.pl libreauth_v2.pl Setup guide · View source
React BFF.md BFF.md Setup guide · View source
Vue BFF.md BFF.md Setup guide · View source
Unity LibreAuthV2.cs LibreAuthV2.cs Setup guide · View source

API Reference

Ed25519 Public Key

Returned in init as pubkey — embed in client. See Response Signing.