Skip to content

dabit3/react-authentication-in-depth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of User Authentication using React with React Router and AWS Amplify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published