testera_auth 1.1.0 copy "testera_auth: ^1.1.0" to clipboard
testera_auth: ^1.1.0 copied to clipboard

A Flutter plugin that provides a simple authentication layer using a code-based validation system.

Changelog #

All notable changes to the TesteraAuth plugin will be documented in this file.

1.1.0 - 2024-03-14 #

Added #

  • App usage tracking functionality
    • Tracks app start, background, and close events
    • Logs usage data to cloud function
    • Includes session duration tracking
  • Package name and installer store detection
  • Automatic usage logging to cloud functions
  • Robust error handling for lifecycle events
  • Secure storage of validation codes

Changed #

  • Updated validation request to include package name and installer store
  • Enhanced error handling with try-catch blocks
  • Improved documentation with new features and security details

Security #

  • Added secure storage for validation codes
  • Implemented error message sanitization
  • Enhanced network request security

1.0.2 - 2024-03-13 #

Added #

  • Initial release with basic authentication features
  • Code-based validation system
  • Configurable expiration duration
  • Persistent authentication state
  • Customizable UI components
  • GetX integration for state management

Features #

  • Default access code system
  • Authentication state persistence
  • Loading and error state handling
  • Custom widget support for loading and error states

1.0.1 - 2024-03-18 #

Added #

  • Added expiration duration parameter to control code validity period
  • Added loading and error widgets for better user feedback

Changed #

  • Updated validation logic to use HTTP requests
  • Improved error handling and user feedback

1.0.0 - 2024-03-17 #

Added #

  • Initial release of TesteraAuth plugin
  • Basic code validation functionality
  • Shared preferences integration for persistent authentication
  • Simple UI for code entry
0
likes
120
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides a simple authentication layer using a code-based validation system.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, shared_preferences, url_launcher

More

Packages that depend on testera_auth

Packages that implement testera_auth