Skip to content

unicodeveloper/mfa-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFA-REACT

This is a sample application that shows how to implement multi-factor authentication in your React applications.

Installation

Make sure you have the create-react-app tool installed.

    1. Clone this github repo
    1. Run npm install to install all the required node modules
    1. Open up src/views/routes.js and replace the placeholders _AUTH0_CLIENT_ID_ and _AUTH0_DOMAIN_ with real values from your Auth0 dashboard.
    1. Run npm start and proceed!

This tutorial is necessary to fully configure this application for multi-factor authentication implementation.

About

Multi-factor Authentication in your React Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published