All Projects → dabit3 → react-native-custom-authentication

dabit3 / react-native-custom-authentication

Licence: other
Custom authentication flow using React Native and AWS Amplify

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to react-native-custom-authentication

Journal Aws Amplify Tutorial
Step by step tutorial to build a personal journal web app with aws-amplify
Stars: ✭ 227 (+740.74%)
Mutual labels:  aws-amplify
cognito-amplify-custom-auth
A React/Redux web application that implements a custom UI for Cognito Userpool Auth using AWS Amplify
Stars: ✭ 27 (+0%)
Mutual labels:  aws-amplify
react-admin-amplify
AWS Amplify data provider for react-admin.
Stars: ✭ 130 (+381.48%)
Mutual labels:  aws-amplify
Heard
React Native Enterprise Social Messaging App
Stars: ✭ 234 (+766.67%)
Mutual labels:  aws-amplify
ecommerce-shopfront-on-aws
A high availability, API-first reference architecture for ecommerce using AWS services
Stars: ✭ 56 (+107.41%)
Mutual labels:  aws-amplify
react-chatbots
Building Chatbots with React, Amazon Lex, AWS Lambda, & AWS Amplify
Stars: ✭ 56 (+107.41%)
Mutual labels:  aws-amplify
Aws Appsync React Workshop
Building real-time offline-ready Applications with React, GraphQL & AWS AppSync
Stars: ✭ 193 (+614.81%)
Mutual labels:  aws-amplify
basic-serverless-api
A basic full stack example of building an API with AWS Amplify, Amazon API Gateway, AWS Lambda, and Amazon DynamoDB
Stars: ✭ 45 (+66.67%)
Mutual labels:  aws-amplify
graphql-ttl-transformer
♻ Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API!
Stars: ✭ 75 (+177.78%)
Mutual labels:  aws-amplify
clojurescript-amplified
Examples on how to setup a ClojureScript web app with tools from the JavaScript ecosystem.
Stars: ✭ 59 (+118.52%)
Mutual labels:  aws-amplify
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+2814.81%)
Mutual labels:  aws-amplify
transilator
Text translation and synthesization Chrome plugin
Stars: ✭ 44 (+62.96%)
Mutual labels:  aws-amplify
amazon-cognito-example-for-external-idp
An example for using Amazon Cognito together with an external IdP
Stars: ✭ 222 (+722.22%)
Mutual labels:  aws-amplify
Aws Amplify Auth Starters
Starter projects for developers looking to build web & mobile applications that have Authentication & protected routing
Stars: ✭ 233 (+762.96%)
Mutual labels:  aws-amplify
basic-amplify-storage-example
A basic example app showing how to add storage with Amazon S3
Stars: ✭ 48 (+77.78%)
Mutual labels:  aws-amplify
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+8222.22%)
Mutual labels:  aws-amplify
aws-amplify-cognito-authentication
👬 Fully functioning user authentication with AWS Amplify Cognito - Serverless | Angular ✅
Stars: ✭ 14 (-48.15%)
Mutual labels:  aws-amplify
serverless-web-app-example
Serverless React Web App Example
Stars: ✭ 41 (+51.85%)
Mutual labels:  aws-amplify
aws-amplify-sns-workshop-in-vscode
VSCode remote-containers environment for "Amplify SNS Workshop"
Stars: ✭ 27 (+0%)
Mutual labels:  aws-amplify
aws-reinvent-2019-mobile-workshops
AWS re:Invent 2019 Mobile Workshops
Stars: ✭ 72 (+166.67%)
Mutual labels:  aws-amplify

React Native custom authentication with React hooks, React Native and AWS Amplify

Main code is located at App.js

To deploy this app

  1. Clone the repo and change into the directory
git clone https://github.com/dabit3/react-native-custom-authentication.git

cd react-native-custom-authentication
  1. Install dependencies
npm i

# or

yarn
  1. Deploy the authentication service
amplify init

amplify push
  1. Run the app
react-native run-ios

# or

react-native run-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].