Skip to content
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

Add ASWebAuthenticationSession.Callback support #104

Open
kay-schecker opened this issue Apr 8, 2024 · 1 comment
Open

Add ASWebAuthenticationSession.Callback support #104

kay-schecker opened this issue Apr 8, 2024 · 1 comment
Assignees
Labels
apple [See issue #68] Just Apple being Apple again... enhancement New feature or request

Comments

@kay-schecker
Copy link

kay-schecker commented Apr 8, 2024

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.

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 kay-schecker added the enhancement New feature or request label Apr 8, 2024
@ThexXTURBOXx ThexXTURBOXx added the apple [See issue #68] Just Apple being Apple again... label Apr 9, 2024
@ThexXTURBOXx
Copy link
Owner

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apple [See issue #68] Just Apple being Apple again... enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants