flutter_web_auth_2 icon indicating copy to clipboard operation
flutter_web_auth_2 copied to clipboard

Add ASWebAuthenticationSession.Callback support

Open kay-schecker opened this issue 2 months ago • 1 comments

Is your feature request related to a problem? Please describe.

If I wanna use the https scheme and Universal Links on iOS the completionHandler is not called.

  • This is related to Issue #65

Describe the solution you'd like

Apple has deprecated the previous initializer matching in favor of the new initializer factory functions:

  • ASWebAuthenticationSession.Callback.customScheme(String)
  • ASWebAuthenticationSession.Callback.https(host: String, path: String)

kay-schecker avatar Apr 08 '24 23:04 kay-schecker

Sadly, my MacOS VM is not working properly anymore, so I cannot work on this issue without blindly replacing things. If you have access to Apple hardware (or a VM), feel free to contribute via PR! :)

ThexXTURBOXx avatar Apr 15 '24 13:04 ThexXTURBOXx