All Projects → dabit3 → react-authentication-in-depth

dabit3 / react-authentication-in-depth

Licence: other
Example of User Authentication using React with React Router and AWS Amplify

Programming Languages

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

Projects that are alternatives of or similar to react-authentication-in-depth

react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (-3.28%)
Mutual labels:  react-router
razzle-template
SSR template with React, Effector, TypeScript, ReactRouter, and StyledComponents
Stars: ✭ 62 (+1.64%)
Mutual labels:  react-router
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (-16.39%)
Mutual labels:  react-router
react-fullstack-template
React template with a NodeJS backend
Stars: ✭ 18 (-70.49%)
Mutual labels:  react-router
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (-3.28%)
Mutual labels:  react-router
Tomatobean
集成react + react-router + react-redux的轻量级前端框架。提供keep-live功能,快速构建项目。在构建中大型项目时优势明显。
Stars: ✭ 15 (-75.41%)
Mutual labels:  react-router
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-65.57%)
Mutual labels:  react-router
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-78.69%)
Mutual labels:  react-router
luban
a scaffold to create a react app
Stars: ✭ 22 (-63.93%)
Mutual labels:  react-router
react
react 项目骨架
Stars: ✭ 12 (-80.33%)
Mutual labels:  react-router
react-demo-projects
Sample React Projects built with different libraries such as Redux, Apollo, React Router etc.
Stars: ✭ 83 (+36.07%)
Mutual labels:  react-router
Frontend
마음을 잇는 현명한 소비 '잇다'🤝
Stars: ✭ 19 (-68.85%)
Mutual labels:  react-router
React-Playground
Learning reactjs from the ground up (router, redux, thunk, hooks, context, portals, and functional components)
Stars: ✭ 15 (-75.41%)
Mutual labels:  react-router
DM Tools
An open-source Dungeons and Dragons DM helper desktop app built with React.js, Redux, SCSS
Stars: ✭ 41 (-32.79%)
Mutual labels:  react-router
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (-42.62%)
Mutual labels:  react-router
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+19.67%)
Mutual labels:  react-router
keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
Stars: ✭ 29 (-52.46%)
Mutual labels:  react-router
Client
TRPG即时IM通讯软件客户端,基于React 与 React Native + Redux技术
Stars: ✭ 118 (+93.44%)
Mutual labels:  react-router
react-spa-template
This is a sample template for single page applications built using React + Router to work with webpack dev server
Stars: ✭ 19 (-68.85%)
Mutual labels:  react-router
react-laravel
A simple crud based laravel app to learn how to use react with laravel.
Stars: ✭ 43 (-29.51%)
Mutual labels:  react-router

React Authentication Example

This repo goes along with the blog post React Authentication in Depth

Completed Project

This project features:

  • User sign up
  • User sign in
  • 2 factor authentication
  • Real world auth flow using React Router
  • Protected routes
  • Redirects for unauthorized users
  • TOTP

Getting started

  1. clone the project
git clone https://github.com/dabit3/react-authentication-in-depth.git
  1. install dependencies using npm or yarn
yarn || npm i
  1. Start project
npm start

Setting up AWS services

If you do not have your AWS services already created, follow these steps. If you already have your services set up, just configure your aws-exports.js file.

  1. from the root of the project, create awsmobile project
awsmobile init
  1. add user sign-in / authentication (Amazon Cognito)
awsmobile user-signin enable
  1. push new services to console
awsmobile push
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].