hamuga_id_sdk 0.0.10
hamuga_id_sdk: ^0.0.10 copied to clipboard
A Flutter package that provides a HamugaIdButton widget for easy integration with Hamuga ID authentication.
0.0.10 #
- Fixed auth callback parsing for Android-style fragment responses such as
#code=...and#error=.... - Improved README setup guidance for redirect URI configuration on Android and iOS.
0.0.9 #
- Updated
homepageURL tohttps://id.hamuga.mn/about.
0.0.8 #
- Example App Update: Changed redirect URI scheme to
hamugaidsdkflutterfor consistency.
0.0.7 #
- Singleton Architecture: Introduced
HamugaId.initialize()for global configuration. - Reactive Results: Added
HamugaId.instance.onAuthResponsestream for reactive auth handling. - Security Improvement: Added cryptographically secure random state generation.
- Improved Button DX:
HamugaIdButtonnow uses global config; per-button overrides still supported. - Internal Logging: Added
enableLoggingflag inHamugaIdConfigfor debug output. - Documentation: Added comprehensive DartDocs to all public APIs.
0.0.6 #
- Exposed
HamugaId.openfor custom authentication flows. - Refactored
HamugaIdButtonto useHamugaId.open. - Moved enums to
types.dartand exported them.
0.0.5 #
- Initial release of the Hamuga ID SDK.
- Added
HamugaIdButtonfor authentication. - Included various button styles, sizes, and scopes.