I want to use login with Auth0 in my watchOs app. I have successfully implemented the "Sign in with apple" and after that used Auth0 for same.
Now I also want to implement the other way of auth0 login like sign in with Facebook, twitter etc. and as per auth0 guideline it will be possible by opening it in browser and redirect back to app . but apple do not provide the functionality to open browser and redirect back to app. I have followed below link
https://auth0.com/docs/quickstart/native/ios-swift-siwa/00-login
is there any other way to implement auth0 for watchOs app or let me know if I miss something.