LibreAuth Nut.exe Visit Website

Perl SDK

Perl 5.30+ · LibreAuth native client

Perl Perl 5.30+
POST https://libreauth.nutexe.dev/api/1.3/

Setup Guide

Copy libreauth.pl · cpan LWP::UserAgent JSON

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

Install / Dependencies

Terminal
cpan LWP::UserAgent JSON
# Copy sdk/perl/libreauth.pl

Code Example

Perl
my $app = LibreAuth->new('AppName', 'OWNER_ID_10', '1.0', 'https://libreauth.nutexe.dev/api/1.3/');
$app->init;
$app->login('user', 'pass', 'HWID');