LibreAuth
WARN
Operations docs are restricted. Access requires a logged-in account with Operations enabled. Showing Introduction instead.

Introduction

Client documentation for LibreAuth API — integrate authentication into your application.

What is LibreAuth?

LibreAuth is a license and user authentication platform. Connect your app with official SDKs in 17 languages — init, login, license key, and session check.

What can LibreAuth be used for?

Where to start?

Quick start

  1. Get App Name and Owner ID (10 characters) from your provider
  2. Use an official LibreAuth SDK — wire token required on every request (E18 if missing)
  3. Enterprise: point SDK to https://libreauth.nutexe.dev/api/1.4/ — see API v1.4 or Protocol v2
  4. Other plans: https://libreauth.nutexe.dev/api/1.3/ (API v1.3)
  5. Call init() then login() or license()
  6. For C++: set Ed25519 public key from Response Signing
WARN
Legacy query-string loaders without wire are not supported — only /api/1.3/ and /api/1.4/ exist.