flutter_web_auth
flutter_web_auth copied to clipboard
Flutter plugin for authenticating a user with a web service
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...
Addresses #117
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:  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...
``` 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...