flutter_web_auth
flutter_web_auth copied to clipboard
Flutter plugin for authenticating a user with a web service
Android Gradle Plugin version 8.0+ needs a namespace to be present in the android section of the module build.gradle.
Getting this error when trying to perform a redirect to my auth: `flutter_web_auth/FlutterWebAuthPlugin.swift:38: Fatal error: Unexpectedly found nil while unwrapping an Optional value` Tried looking at the code in question,...
Hi Together, I had been looking for a long time for a solution to the problem why I am not redirected back to the app when the login was correct....
Hello, I have my own authentication service to authenticate my users. The service is written in Go. The authentication flow works like this: - the client queries `http://localhost:8080/auth/facebook` - the...
Hi everyone I was trying to set up a small oauth application and was trying to sync in with the details described here. To set up my project I have...
Hi, I have a problem with login in Android. When I login 2nd time and after, I automatically pass on without login/password prompt, so if I want to change user,...
As per discussion in [135](https://github.com/LinusU/flutter_web_auth/issues/135#issuecomment-1298238935), I created a pull request. I tested in a Flutter application, but not in an "add to app" use case.
Hello, Thank you for your work! If several custom tabs are installed, the first one is used. Can you add the package name parameter to force a particular custom tabs....
see: https://github.com/flutter/flutter/issues/63559