You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @MontoyaAndres I haven't used react-native in a while so I'm not sure. Would be cool if someone attempts an example and then we can figure out what needs fixing :)
The sticking points would likely be around redirecting to Auth0 and back. RIght now it assumes URL access to the callback page so that might break if there's no page.
That said, I thing Auth0 itself does support react native 🤔
I've been searching info about it and maybe useAuth does not work with react native, because the package auth0-js just work for web, for React Native is this one https://github.com/auth0/react-native-auth0 Maybe creating an alternative based on this package would be great :)
useAuth
works pretty great for web, but what about React Native or Ionic? Is there any plan to add the support? 😁The text was updated successfully, but these errors were encountered: