Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dabit3/react-native-authentication-in-depth

React Native Authentication in Depth
https://github.com/dabit3/react-native-authentication-in-depth

android authentication aws aws-cognito cognito cross-platform ios react react-native reactjs

Last synced: 1 day ago
JSON representation

React Native Authentication in Depth

Awesome Lists containing this project

README

        

# React Native Authentication in Depth

This project goes along with [this](https://medium.com/@dabit3/react-native-authentication-in-depth-8d8c2e4ad81b) blog post.

### Getting started

1. clone the project

```
git clone https://github.com/dabit3/react-native-authentication-in-depth.git
```

2. add dependencies

```
yarn || npm install
```

3. Update the following properties in `src/aws-exports.js`:

`aws_user_pools_web_client_id`

`aws_user_pools_id`

`aws_cognito_identity_pool_id`

`aws_cognito_region`

4. Run project in either iOS or Android