Linus Unnebäck
Linus Unnebäck
@ish2028 hmm, interesting. Do you think it could be fixed with something like: ```diff if #available(iOS 12, *) { if case ASWebAuthenticationSessionError.canceledLogin = err { result(FlutterError(code: "CANCELED", message: "User canceled...
Okay, if anyone having troubles could try out the above change, that would be great!
As a workaround you can always deploy your own HTTPS server web page that redirects to your application protocol. If someone can show this working in native code, than it...
Please read our new troubleshooting guide: https://github.com/LinusU/flutter_web_auth#troubleshooting In the screenshot above it looks like a final `://` is missing when redirecting.
Would love to hear what the best practices are here. The APIs we are using is only supported on macOS 10.15 and newer, so that's why we have set the...
> It is because the real android 12 device had both the production app and dev app installed. And it crashed when both flavors where installed on the phone. >...
This was addressed in another PR, and is now released in [🚢 0.4.2 / 2022-11-01](https://github.com/LinusU/flutter_web_auth/releases/tag/0.4.2) Thanks for the PR 🙏
This had do be reverted since it broke Flutter v2 compatibility, it's now released as [🚢 0.5.0 / 2022-11-02](https://github.com/LinusU/flutter_web_auth/releases/tag/0.5.0) instead!
If there is any other way to implement OAuth on Android I'm happy to check that out, but currently I believe that this is the only way to do it...
> android:exported="true" This has been added now, will cut a release shortly 👍