Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Authon Perl SDK

Authon
Official Perl SDK for Authon โ€” Software Licensing & Authentication Platform

Website โ€ข Docs โ€ข Discord โ€ข Status


Requirements

  • Perl 5.20+
  • Modules: LWP::UserAgent, JSON (usually pre-installed)

Quick Start

use Authon;

my $auth = Authon->new('your-app-id', 'your-api-key');
$auth->init();

my $result = $auth->login('username', 'password');
if ($result->{success}) {
    print "Level: $auth->{level}\n";
}
$auth->logout();

Run Example

perl example.pl

Links

License

MIT

About

Authon Perl SDK - Authentication & license verification for Perl scripts

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages