According to Apple’s SDK documentation, in iOS 12 SFAuthenticationSession will be deprecated and replaced with ASWebAuthenticationSession.
https://developer.apple.com/documentation/safariservices/sfauthenticationsession
https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession
Are there plans to update Auth0.swift (GitHub - auth0/Auth0.swift: Auth0 SDK for Apple platforms) to use ASWebAuthenticationSession?
If so, any idea what the timeframe will be?