
Official Dart/Flutter SDK for Authon β Software Licensing & Authentication Platform
Website β’ Docs β’ Discord β’ Status
- Dart 3.0+ / Flutter 3.10+
httppackage
dependencies:
authon:
git:
url: https://github.com/authonpro/sdk-dartOr copy authon.dart into your project.
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();- π Website: https://authon.pro
- π Docs: https://authon.pro/docs
- π¬ Discord: https://discord.gg/MTY79JDFm6
- π Status: https://authon.pro/status
- π API Health: https://api.authon.pro/health
MIT