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

For Flutter Web the FlutterWebAuth.authenticate method never returns, the url generated is not returned. The callbackUrlScheme has an /auth.html page. I am using it for ebay oauth. Why it doesn't...

Even after adding the dependency ![image](https://user-images.githubusercontent.com/73571511/177172934-408561ac-dd3f-49e2-96cd-aeca018a0543.png) and running both the commands ` flutter pub add flutter_web_auth` `flutter pub get` This error is coming ![image](https://user-images.githubusercontent.com/73571511/177172718-25d5b382-3091-4fb9-84e3-55be92363727.png)

I have successfully implemented flutter_web_auth on flutter android app. It work very well with an **android 9** smartphone, but on an **android 8** Huawei Mediapad T5 i experience problems. At...

Just added the Ephemeral WebOpt to the macOS swift code.

## Bug report **Describe the bug** The app crashes on physical Android 12 devices. It works on android 11 and under and ios. It also works on emulated android device...

Hi! Thanks for plugin! One small question: How open ASWebAuthenticationSession full screen on IOS 11 and above ?

I've working on a oauth website, sometimes redirect fails due to API, but when I refresh it redirects to the current callbackScheme in the android/ios, but `flutter_web_auth` doesn't work as...

Hi, This is my first time using Oauth2 and I am trying to get my callback from the salesforce rest API. I can launch the authenticate() and login to salesforce....

help wanted

We've been using this library for a while within our app and we're just now getting an error thats blocking us from submitting builds to Apple. ``` ITMS-90338: Non-public API...

Hi @LinusU . Thank you for your flutter_web_auth plugin. It helped us with our OAuth solution and saved our time. In our case we have 3 mobile apps on Native...