desktop_auth0_flutter 0.2.0
desktop_auth0_flutter: ^0.2.0 copied to clipboard
Generic auth0 implementation for the app, to support linux and windows
Changelog #
0.2.0 #
- Expose optional AppLinks instance in DesktopAuth0FlutterInitOptions
- Expose waitUrlTimeoutBuilder in DesktopAuth0FlutterInitOptions. This allows users of the library to change the "wait for url" timeout logic.
0.1.2 #
- BUG: Fix minTTL logic
- BUG: Didn't return refresh credentials
0.1.1 #
- Better docs
- Add missing flutter SDK requirement
0.1.0 #
- Initial version.