oauth_webauth 2.0.0+5 copy "oauth_webauth: ^2.0.0+5" to clipboard
oauth_webauth: ^2.0.0+5 copied to clipboard

outdated

This plugin provides an alternative to AppAuth using WebView for OAuth 2.0 authorization/authentication.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

2.0.0+5 #

Added #

  • BaseWebView to handle basic web view with redirects. (OAuthWebView uses this under the hook).
  • Boolean flags for controlling toolbar buttons visibility.
  • GlobalKeys added to BaseWebScreen and OauthWebScreen to allow webview control from outside.
  • urlStream added to allow to asynchronously indicate web view to navigate to a different url.

Changed #

  • OAuthWebView extends from BaseWebView.
  • OAuthWebView onSuccess function changed to onSuccessAuth.

Fixed #

  • useHybridComposition set to true for Android to avoid bugs with keyboard on recent Android versions > 10.
  • AndroidManifest from example project updated to allow project to run in Android 12.
  • Minor bugs fixed on UI state update.

1.1.0+3 (2022-03-02) #

Added #

  • contentLocale property can be set to indicate the web auth to use that locale for internationalization.

1.0.0+2 #

Changed #

  • README updated

1.0.0+1 #

  • First release
20
likes
0
pub points
83%
popularity

Publisher

unverified uploader

This plugin provides an alternative to AppAuth using WebView for OAuth 2.0 authorization/authentication.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, oauth2, webviewx

More

Packages that depend on oauth_webauth