DEV Community

Cover image for How to integrate Auth0 to React native

How to integrate Auth0 to React native

kris on August 18, 2019

In this tutorial, we are going to learn how to implement Auth0 to our React Native chat app. Auth0 is a security platform that provides authenticat...
Collapse
 
crimsonmed profile image
Médéric Burlet • Edited

You could also use Amplify, I feel it lets you create authentification possibilities much faster for React Native.

Great work otherwise