LibreAuth Nut.exe Visit Website

Lua SDK

FiveM / RedM / Roblox · LibreAuth native client

Lua FiveM / RedM / Roblox
POST https://libreauth.nutexe.dev/api/1.3/

Setup Guide

Use libreauth.lua · configure name, ownerid, url in resource

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

Install / Dependencies

Terminal
-- FiveM: sdk/lua/libreauth.lua

Code Example

Lua
local auth = LibreAuth.new('AppName', 'OWNER_ID_10', '1.0', 'https://libreauth.nutexe.dev/api/1.3/')
auth:init()
auth:login('user', 'pass', 'HWID')