All Projects → smoghal → cognito-amplify-custom-auth

smoghal / cognito-amplify-custom-auth

Licence: other
A React/Redux web application that implements a custom UI for Cognito Userpool Auth using AWS Amplify

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to cognito-amplify-custom-auth

amplify-codegen-ui
Generate React components for use in an AWS Amplify project.
Stars: ✭ 14 (-48.15%)
Mutual labels:  amplify, aws-amplify
amplify-nuxt
Video series code for how to setup AWS Amplify with a Nuxt project
Stars: ✭ 27 (+0%)
Mutual labels:  amplify, 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:  amplify, aws-amplify
React Interview Questions
300+ React Interview Questions
Stars: ✭ 151 (+459.26%)
Mutual labels:  redux-form
Firebase React Native Redux Starter
Starter For Firebase, React Native, Redux Applications With 100% Of Code In Common Between IOS And Android, with built In Authentication, Crud Example And Form Validation.
Stars: ✭ 166 (+514.81%)
Mutual labels:  redux-form
react-amplify-appsync-files-s3
An example project showing how to upload and download public and private images in GraphQL using AppSync and S3
Stars: ✭ 69 (+155.56%)
Mutual labels:  amplify
terraform-aws-cognito-user-pool
Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
Stars: ✭ 65 (+140.74%)
Mutual labels:  cognito-user-pool
React Controlled Form
Flexible, Modular & Controlled Forms for React and Redux
Stars: ✭ 121 (+348.15%)
Mutual labels:  redux-form
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+88.89%)
Mutual labels:  redux-form
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
Redux Form Test
Shows how to do unit tests and integration tests with Redux-Form
Stars: ✭ 221 (+718.52%)
Mutual labels:  redux-form
Liform React
Generate forms from JSON Schema to use with React (& redux-form)
Stars: ✭ 167 (+518.52%)
Mutual labels:  redux-form
BarsAppAmplify
React Native Bars App: AWS Amplify, AWS AppSync, AWS Cognito, Google Places, Mapbox
Stars: ✭ 29 (+7.41%)
Mutual labels:  aws-amplify
Redux Form Validators
redux-form-validators
Stars: ✭ 152 (+462.96%)
Mutual labels:  redux-form
ecommerce-shopfront-on-aws
A high availability, API-first reference architecture for ecommerce using AWS services
Stars: ✭ 56 (+107.41%)
Mutual labels:  aws-amplify
Redux Form Input Masks
Input masking with redux-form made easy
Stars: ✭ 134 (+396.3%)
Mutual labels:  redux-form
transilator
Text translation and synthesization Chrome plugin
Stars: ✭ 44 (+62.96%)
Mutual labels:  aws-amplify
Redux Form
A Higher Order Component using react-redux to keep form state in a Redux store
Stars: ✭ 12,597 (+46555.56%)
Mutual labels:  redux-form
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (+718.52%)
Mutual labels:  redux-form
react-semantic-redux-form
Semantic-ui-react components integration with Redux form
Stars: ✭ 57 (+111.11%)
Mutual labels:  redux-form

Overview

This is a sample web application that aims to build a custom UI for Cognito Userpool Authentication. It uses AWS Amplify to interact with Cognito service.

The web application is written using React, Redux & Webpack. It uses redux-form to handle user input forms.

Setup Instructions

  • Update src/config_dev.js with your Cognito userpool parameters
  • Install node_modules dependencies using yarn
    • yarn install
  • Launch the application locally using Webpack Development Server (WDS).
    • yarn start
  • Alternatively, if in VSCode, launch the server using the Launch Webpack Development Server (WDS) in VSCode Debug view.
  • In order to distrubute the application (S3 for example):
    • yarn build
    • copy build.js, style/*, image/*, index.html to S3 static website
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].