Skip to content

Simple proof of concept about user authentication with MFA authentication.

Notifications You must be signed in to change notification settings

edmilson-dk/full-auth-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC - MFA Authentication

PRs welcome! License License Stars Languages

Simple proof of concept about user authentication with MFA authentication.

Table of Contents

Technologies

👷 Setup

  • 1 First clone the repository for your machine.
git clone https://github.com/edmilson-dk/full-auth-app-api
  • 2 After that, enter the generated folder and install the project dependencies.

You will need to have Nodejs installed on your machine, and yarn if you want to use it to install dependencies.

npm install
# or with yarn
yarn install
  • 3 After that start the React.JS server and it will automatically open the browser for you.
npm dev
# or with yarn
yarn dev

License

MIT Project License

Creator with 💙 by Edmilson Jesus

About

Simple proof of concept about user authentication with MFA authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published