Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Authon AutoIt SDK

Authon
Official AutoIt SDK for Authon β€” Software Licensing & Authentication Platform

Website β€’ Docs β€’ Discord β€’ Status


Requirements

  • AutoIt v3
  • WinHTTP UDF (included with AutoIt)

Quick Start

#include "Authon.au3"

Authon_Init("your-app-id", "your-api-key")
If Authon_Connect() Then
    MsgBox(0, "Connected", $AUTHON_APP_NAME & " v" & $AUTHON_APP_VERSION)
EndIf

If Authon_Login("username", "password") Then
    MsgBox(0, "Auth", "Level: " & $AUTHON_LEVEL)
EndIf

Authon_Logout()

Links

License

MIT

About

Authon AutoIt SDK - Windows automation authentication & HWID licensing

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages