React Native passwordless without WebAuth

I’m working on a React Native app, and I was wondering if it is possible to use passwordless feature without using WebAuth? Originally the app was using the email and password login using WebAuth.

I can deeplink back into the app and get the params from the query string, then I hit the ‘…/oauth/token’ route, but the access_token returned isn’t in a JWT format. Before I go any further, I was wondering if I am going down the right path?

Hi @chrissnape,

Welcome to the Auth0 Community Forum!

API support for passwordless login is in our roadmap, but is not currently available:

http://community.auth0.com/t/api-support-for-passwordless-login-product-roadmap-in-progress/33012

The non-jwt access token is likely an opaque token:

Hope this helps!

Thanks,
Dan

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

I wanted to follow up on this @chrissnape and let you know that we have officially released the API Support for Passwordless Login. When you get a chance give it a spin and let us know what you think!