We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
We cannot authenticate with Facebook anymore on iOS 18 using Passcode. After entering the captcha, there is no redirection in the app.
Here a video from the sample app:
login
func login() { Auth0 .webAuth() .connection("facebook") .useEphemeralSession() .start { result in switch result { case .success(let credentials): self.user = User(from: credentials.idToken) case .failure(let error): print("Failed with: \(error)") } } }
Note that useEphemeralSession is use here.
useEphemeralSession
No response
2.10.0
iOS
iOS 18.1
15.3 (15E204a)
Swift Package Manager
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Description
Hello,
We cannot authenticate with Facebook anymore on iOS 18 using Passcode.
After entering the captcha, there is no redirection in the app.
Here a video from the sample app:
Auth0.-.Facebook.-.Passcode.-.iOS18.mp4
Reproduction
login
funcNote that
useEphemeralSession
is use here.Additional context
No response
Auth0.swift version
2.10.0
Platform
iOS
Platform version(s)
iOS 18.1
Xcode version
15.3 (15E204a)
Package manager
Swift Package Manager
The text was updated successfully, but these errors were encountered: