Skip to content

bashandd/stormpath-react-native-example

 
 

Repository files navigation

React Native Login and Authentication

This is the code developed in the tutorial on creating a React Native application with login and authentication using Stormpath.

Requirements

Should work on Windows, Linux or Mac.

Prerequisites

You need an account with Stormpath (https://api.stormpath.com/register) and an application setup (https://docs.stormpath.com/console/product-guide/latest/getting-started.html). Make sure the CLIENT_API entry in Enviroment.js matches your DNS entry. See https://docs.stormpath.com/console/product-guide/latest/applications.html#managing-an-application-s-client-api-configuration for more.

Installing

Install libraries in the project folder with npm or yarn

$ yarn

Running

To run simply type

$ react-native run-android

or run-ios if needed.

Todo

  • Adding data view with authorization
  • User registration screen

License


MIT

About

React Native including Login and Authentication with Stormpath

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 42.7%
  • Objective-C 31.8%
  • Python 11.9%
  • Java 10.2%
  • Batchfile 3.4%