Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.08 KB

File metadata and controls

53 lines (37 loc) · 1.08 KB

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