alwadeh_manager 1.0.0 copy "alwadeh_manager: ^1.0.0" to clipboard
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
0
likes
120
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Alwadeh Flutter plugin for managing JWT authentication, token storage, and license validation.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, jwt_decode

More

Packages that depend on alwadeh_manager