Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Authon PowerShell SDK

Authon
Official PowerShell SDK for Authon — Software Licensing & Authentication Platform

WebsiteDocsDiscordStatus


Requirements

  • PowerShell 5.1+ or PowerShell 7+
  • No modules required

Quick Start

. .\Authon.ps1

$auth = New-Authon -AppId "your-app-id" -ApiKey "your-api-key"
Initialize-Authon $auth

$result = Login-Authon $auth -Username "user" -Password "pass"
if ($result.success) { Write-Host "Level: $($auth.Level)" }

Logout-Authon $auth

Run Example

.\example.ps1

Links

License

MIT

About

Authon PowerShell SDK - Windows automation authentication & license management

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages