docs icon indicating copy to clipboard operation
docs copied to clipboard

passwordless for react native?

Open alikor opened this issue 6 years ago • 1 comments

how would i integrate passwordless for a react native application to run on ios, android?

alikor avatar Feb 10 '19 00:02 alikor

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.

rstphnsn avatar Nov 05 '19 13:11 rstphnsn