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

Libraries

alwadeh_manager
main