
Official PowerShell SDK for Authon — Software Licensing & Authentication Platform
Website • Docs • Discord • Status
- PowerShell 5.1+ or PowerShell 7+
- No modules required
. .\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.\example.ps1- 🌐 Website: https://authon.pro
- 📖 Docs: https://authon.pro/docs
- 💬 Discord: https://discord.gg/MTY79JDFm6
- 📊 Status: https://authon.pro/status
- 🔗 API Health: https://api.authon.pro/health
MIT