flutter_token_auth 0.3.7
flutter_token_auth: ^0.3.7 copied to clipboard
A package for handling token-based authentication in Flutter.
0.3.7 #
- Don't fail on responses if authmanager user returns null
0.3.6 #
- Fix changelog
0.3.5 #
- Fix response token recording for unstreamed requests
0.3.4 #
- fix changelog
0.3.3 #
- More consistent encoding of requests, allows for null values in body
0.3.2 #
- Fix missing client export
0.3.1 #
- Fix dependency issue blocking publish
0.3.0 #
- Begin migration towards client approach, there is now
AuthClientwhich can be supplied as a http client
0.2.4 #
- Auth Manager no longer has an awkward config validation in the constructor
0.2.3 #
- Mock User factory generates an app id key if none is supplied
0.2.2 #
- Allow the app id key to be configured
0.2.1 #
- Adding publish status
0.2.0 #
- Finally automatically published
0.1.3 #
- Enabling automatic publishing
0.1.0 #
- Initial version.