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

In order to communicate the response from the oauth2 server received by the browser to an Android app, you seem to be using an intent-filter. However, Google seems to advise...

Hello, I am trying to follow the sample given in the doc to use Oauth2 in Android with Google as provider. I am well redirected to Google authentication page. But...

Hello, I've read previous issues similar as mine but I still can't manage to make it work with all this information So, as I understood your scheme needs to be...

When performing certain tasks, this package was of great help. But, it is not working when I run with the actual android device. So, please update the code. // add...

This pull request updates the plugin into the federated plugin architecture described [here](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#federated-plugins). I am planning on adding Windows support for this plugin in the future, however, this pull request...

The current implementation assumes the plugin is used in a pure Flutter app. It casts the app's rootViewController to FlutterViewController. This supports using this plugin in an "add to app"...

waiting on author

#### Problem Crash on native (iOS, macOS) when `callbackURLScheme` is an entire URL like `foo://bar`. References: https://github.com/auth0/react-native-auth0/issues/360, https://github.com/auth0/react-native-auth0/pull/369

waiting on author

This PR adds native linux support as discussed in #22. It uses webkit2gtk to create a popup with an integrated web browser. URLs with the correct schema are detected and...

waiting on author

I'm using this package to add Azure SSO authentication in an app, the workflow is exactly what I need, however, in order to pass security rules set in Azure, the...

waiting on author