Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Authon Ruby SDK

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

WebsiteDocsDiscordStatus


Requirements

  • Ruby 2.7+
  • No external gems required (uses stdlib net/http)

Installation

Copy authon.rb into your project:

require_relative 'authon'

Quick Start

auth = Authon.new('your-app-id', 'your-api-key')
auth.init

result = auth.login('username', 'password')
if result['success']
  puts "Level: #{auth.level}"
end
auth.logout

Run Example

ruby example.rb

Links

License

MIT

About

Authon Ruby SDK - Authentication & licensing for Ruby applications

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages