-
Notifications
You must be signed in to change notification settings - Fork 66
Fix iOS redirection when scheme is https #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you very much for your PR, it's very appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And finally, after all of that, could you please check whether everything still compiles correctly and/or works correctly?
Thank you very much!
flutter_web_auth_2/ios/Classes/SwiftFlutterWebAuth2Plugin.swift
Outdated
Show resolved
Hide resolved
The pipeline has passed, so everything seems to be in order now :) |
Thank you for maintaining this plugin ;) Best regards! |
* fix: fix ios redirects * feat: enable ASWebAuthenticationSession.Callback.https support * Revert some style changes * Also allow universal links on macOS * fix: apply some fixes --------- Co-authored-by: Nico Mexis <nico.mexis@kabelmail.de>
Enable
ASWebAuthenticationSession.Callback.https
support to fix Universal Links on iOS.Fixes #65
Fixes #104