Perl SDK
Perl 5.30+ · LibreAuth native client
Perl
Perl 5.30+
Setup Guide
Copy libreauth.pl · cpan LWP::UserAgent JSON
- Panel → Manage Applications → copy name + ownerid
- API URL:
https://libreauth.nutexe.dev/api/1.3/ - Source:
perl/libreauth.pl - Ed25519 key: /health · Response Signing
- 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');