alwadeh_manager 1.0.0
alwadeh_manager: ^1.0.0 copied to clipboard
Alwadeh Flutter plugin for managing JWT authentication, token storage, and license validation.
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