All Projects → ganezasan → React Cognito Auth

ganezasan / React Cognito Auth

A sample authentication app implemented with a server-less architecture, using cognito User Pools, API Gateway, react

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Cognito Auth

Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+755.26%)
Mutual labels:  api-gateway, cognito
Solution Architecture Patterns
Reusable, vendor-neutral, industry-specific, vendor-specific solution architecture patterns for enterprise
Stars: ✭ 2,541 (+3243.42%)
Mutual labels:  api-gateway, architecture
Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+23.68%)
Mutual labels:  api-gateway, cognito
amazon-ivs-ugc-web-demo
This repository shows how you can build a compelling user-generated content (UGC) live streaming webapp with Amazon IVS.
Stars: ✭ 14 (-81.58%)
Mutual labels:  api-gateway, cognito
aws-swaggerui
Serverless Swagger UI for API Gateway
Stars: ✭ 26 (-65.79%)
Mutual labels:  api-gateway, cognito
noiiice
a serverless blog built on NuxtJS, AWS, serverless framework, and irrational exuberance.
Stars: ✭ 42 (-44.74%)
Mutual labels:  api-gateway, cognito
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+2856.58%)
Mutual labels:  api-gateway, cognito
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: ✭ 306 (+302.63%)
Mutual labels:  api-gateway, architecture
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-64.47%)
Mutual labels:  api-gateway, cognito
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+11003.95%)
Mutual labels:  api-gateway
Kotlincleanarchitecture
Approach to Clean Architecture in Kotlin
Stars: ✭ 68 (-10.53%)
Mutual labels:  architecture
Graphql Api Gateway
An open-sourced example of a GraphQL API Gateway. This service queries and joins data across different back-ends into one GraphQL schema.
Stars: ✭ 57 (-25%)
Mutual labels:  api-gateway
Danf
Danf is a Node.js full-stack isomorphic OOP framework allowing to code the same way on both client and server sides. It helps you to make deep architectures and handle asynchronous flows in order to help in producing scalable, maintainable, testable and performant applications.
Stars: ✭ 58 (-23.68%)
Mutual labels:  architecture
Patterns
Complete catalog of all classical patterns in the Archimate language
Stars: ✭ 70 (-7.89%)
Mutual labels:  architecture
Vipera
Project is now called Swift template, check the link ➡️
Stars: ✭ 57 (-25%)
Mutual labels:  architecture
Harmonyos
鸿蒙系统资料。Docs about HarmonyOS.
Stars: ✭ 1,191 (+1467.11%)
Mutual labels:  architecture
Rxfeedback.kt
Android architecture
Stars: ✭ 54 (-28.95%)
Mutual labels:  architecture
Architecture Service
Service Architecture Document
Stars: ✭ 53 (-30.26%)
Mutual labels:  architecture
Ixortalk.aws.cognito.jwt.security.filter
Spring Boot security filter for decoding Cognito JWT IdTokens
Stars: ✭ 75 (-1.32%)
Mutual labels:  cognito
Node Clean Architecture
Clean Architecture implementation written in NodeJS
Stars: ✭ 74 (-2.63%)
Mutual labels:  architecture

React Cognito Auth

A sample authentication app implemented with a server-less architecture, using Cognito User Pools, API Gateway, React and Redux.

This app used Calm breeze login screen design. Thanks!

Please see here for how to make CognitoUserPools.

example movie

set .env

REACT_APP_USER_POOL_ID=xxxxx
REACT_APP_CLIENT_ID=xxxxx
REACT_APP_ENDPOINT=xxxxx

install

Please create Cognito User Pool before start app.

npm install
npm start
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].