SkillAgentSearch skills...

RNAuthZero

Sample app showing how to implement authentication in React Native with Auth0

Install / Use

/learn @anchetaWern/RNAuthZero
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RNAuthZero

A sample app showing how to implement authentication in React Native using Auth0.

You can read the full tutorial at: https://blog.pusher.com/react-native-auth0/

Getting Started

  1. Create a new app on Auth0
  2. Create new React Native app
react-native init RNAuthZero
  1. Install the packages:
cd RNAuthZero
npm install --save react-native-auth0 react-navigation react-native-device-info@0.21.0 react-native-sensitive-info react-native-config react-native eject
  1. Setup the packages by following the links:
  1. Copy the .env file from this repo and update it with your Auth0 credentials.

  2. Replace the files in the android and ios directories with the files from this repo.

  3. Run the app.

react-native run-android
react-native run-ios

Prerequisites

  • React Native development environment
  • Genymotion Emulator, Android emulator or iOS simulator, or an Android or iOS device
  • Auth0 account

Built With

  • React Native - mobile development framework for developing apps with JavaScript and React.
  • Auth0 - authentication as a service.

Acknowledgments

Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

<a href="https://www.buymeacoffee.com/wernancheta" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2y ago
Forks7

Languages

JavaScript

Security Score

60/100

Audited on Jun 27, 2023

No findings