Alwadeh Manager
A Flutter plugin for managing JWT authentication, secure token storage, and license validation across all platforms.
Features
- 🔐 Request JWT token from server (
token.php) - 💾 Securely store token locally using flutter_secure_storage
- 🗑️ Clear token on logout
- 🔎 Decode JWT locally (exp, token_version, expiry_date, etc.)
- ⏳ Check if token expired locally or via server (
check_expire.php) - ✅ Get license status using stored token
Installation
Add this line to your pubspec.yaml:
dependencies:
alwadeh: ^1.0.0