Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Authon Nim SDK

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

WebsiteDocsDiscordStatus


Requirements

  • Nim 1.6+
  • stdlib only (httpclient, json, md5)

Installation

Copy authon.nim into your project.

Quick Start

import authon

let auth = newAuthon("your-app-id", "your-api-key")
if auth.init():
  echo "Connected: " & auth.appName

discard auth.login("username", "password")
echo "Level: " & $auth.level

discard auth.logout()

Compile & Run

nim c -r example.nim

Links

License

MIT

About

Authon Nim SDK - Compiled language authentication & licensing

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages