flutter_web_auth icon indicating copy to clipboard operation
flutter_web_auth copied to clipboard

Flutter plugin for authenticating a user with a web service

Results 73 flutter_web_auth issues
Sort by recently updated
recently updated
newest added

How can I include headers along with url?

I have an example app which authenticates with multiple identity providers, including Auth0 and Okta. Using 0.4.0, both buttons work on Android and iOS, but using 0.4.1, one button always...

FlutterWebAuth 0.4.1 AndroidManifest.xml: ` ` Flutter call: `final result = await FlutterWebAuth.authenticate(url: _authorizationEndpointUrl, callbackUrlScheme: 'your-focus'); String? code = Uri.parse(result).queryParameters['code']; print('MS365 Code: ' + (code ?? ""));` This prints the Code...

When the call back for authentication happens on android, the plugin sees it as the user canceling the login. Here is how I implement it: ![Screenshot 2022-08-04 at 16 40...

After calling the FlutterWebAuth.authenticate method and the page auth.html is shown, the method never returns, it loops forever. I am using flutter web. I am trying to get the ebay...

My app supports deep links and also uses this package for web auth. there is a confusing action sheet shown to the user before opening the browser: ![screenshot](https://i.imgur.com/MBthOeF.jpg) This is...

It seems like the library doesn't support HTTP/HTTPS callback schemes and major platforms such as Discord and Xbox only allow those kinds of schemes, even for localhost callbacks (which are...

enhancement
help wanted

``` Resolving dependencies of `Podfile` CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update CDN: trunk Relative path: all_pods_versions_0_3_5.txt exists! Returning local because...