docs
docs copied to clipboard
passwordless for react native?
how would i integrate passwordless for a react native application to run on ios, android?
The documentation around this is lacking. I ended up using the React Native code to launch a custom login screen in a web view which uses Passwordless in JS from the auth0.js v9.
The Auth0 RN code deals with opening the custom login page and handling getting the token when it callbacks to the app.
Not much of this was documented.