ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Fix iOS redirection when scheme is https #117

Closed GabrielDamasceno closed 1 month ago

GabrielDamasceno commented 1 month ago

Enable ASWebAuthenticationSession.Callback.https support to fix Universal Links on iOS.

Fixes #65 Fixes #104

ThexXTURBOXx commented 1 month ago

Thank you very much for your PR, it's very appreciated! I have reverted some of the styling changes. Actually, I had individual options (like you had proposed) in my mind in the past, but this will lead to very messy code - both in flutter_web_auth_2 and on the user's end. This is why I ultimately did not go that route. I do have a few more tiny things, though. One second.

ThexXTURBOXx commented 1 month ago

The pipeline has passed, so everything seems to be in order now :) Thank you very much for your contribution - will merge now and publish a new pre-release soon!

GabrielDamasceno commented 1 month ago

Thank you for maintaining this plugin ;)

Best regards!