Lua SDK
FiveM / RedM / Roblox · LibreAuth native client
Lua
FiveM / RedM / Roblox
Setup Guide
Use libreauth.lua · configure name, ownerid, url in resource
- Panel → Manage Applications → copy name + ownerid
- API URL:
https://libreauth.nutexe.dev/api/1.3/ - Source:
lua/libreauth.lua - Ed25519 key: /health · Response Signing
- 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')