Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Authon Dart/Flutter SDK

Authon
Official Dart/Flutter SDK for Authon β€” Software Licensing & Authentication Platform

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


Requirements

  • Dart 3.0+ / Flutter 3.10+
  • http package

Installation

dependencies:
  authon:
    git:
      url: https://github.com/authonpro/sdk-dart

Or copy authon.dart into your project.

Quick Start

import 'package:authon/authon.dart';

final auth = Authon('your-app-id', 'your-api-key');
await auth.init();

final result = await auth.login('username', 'password');
if (result['success']) {
  print('Level: ${auth.level}');
}
await auth.logout();

Links

License

MIT

About

Authon Dart/Flutter SDK - Cross-platform authentication & licensing

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages