Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dabit3/react-native-authentication-in-depth
- Owner: dabit3
- Created: 2018-02-06T01:50:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T02:21:51.000Z (over 6 years ago)
- Last Synced: 2024-08-02T07:21:59.115Z (3 months ago)
- Topics: android, authentication, aws, aws-cognito, cognito, cross-platform, ios, react, react-native, reactjs
- Language: Objective-C
- Size: 134 KB
- Stars: 30
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aws-amplify - React Native Authentication in Depth
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