flutter_web_auth
flutter_web_auth copied to clipboard
Flutter plugin for authenticating a user with a web service
Hi everyone, I'm getting this error when trying to authenticate on a 3rd party server on iOS platform. On Android same authentication workflow is working just fine. The error is...
Sometimes we meet the issue that we can not open the keyboard to enter the username and password when use the flutter_web_auth to sign into pingone or okta etc.
can someone share implementation of this with flutter? I see no examples of actual applications authenticating with this package.
Flutters API for widget binding changed and we need probably a small update to prevent a failed build. Should probably be the same error for all platforms.
I Really loved this plugin, great work @LinusU. It would be great to see support for more platforms as Flutter is rising to become the leading SDK for cross-platform development....
I'm getting a linting issue on the auto generated file `generated_plugin_registrant.dart` for `import 'package:flutter_web_auth/src/flutter_web_auth_web.dart';`: Don't import implementation files from another package.dart [implementation_imports](https://dart-lang.github.io/linter/lints/implementation_imports.html) To solve lints, I'm temporarily ignoring the `implementation_imports`...
I login with sso use FlutterWebAuth.authenticate, and then show up with the login page like pingone or okta, login successfully, then logout of the app, then login again with sso,...
If you use this with a macOS version of flutter the Ephemeral Session option is ignored.
I added the description of capturing callback URL on iOS & macOS.
First of all thanks for this package. In the documentation that's provided in pub.dev it's mentioned that the following activity needs to be added to my AndroidManifest.xml: ``` ``` This...