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
130
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, jwt_decode

More

Packages that depend on alwadeh_manager