Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmilson-dk/full-auth-app-web
Simple proof of concept about user authentication with MFA authentication.
https://github.com/edmilson-dk/full-auth-app-web
multi-factor-authentication reactjs
Last synced: about 2 months ago
JSON representation
Simple proof of concept about user authentication with MFA authentication.
- Host: GitHub
- URL: https://github.com/edmilson-dk/full-auth-app-web
- Owner: edmilson-dk
- License: mit
- Created: 2022-06-16T14:59:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T15:03:44.000Z (over 2 years ago)
- Last Synced: 2024-10-18T06:54:12.485Z (3 months ago)
- Topics: multi-factor-authentication, reactjs
- Language: JavaScript
- Homepage: https://full-auth-app-web.vercel.app
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# PoC - MFA Authentication
Simple proof of concept about user authentication with MFA authentication.
## Table of Contents
- [Tecnologies](#technologies)
- [Setup](#setup)
- [License](#license)## Technologies
- [React](https://reactjs.org/)
- [React Router](https://reacttraining.com/react-router/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Axios](https://www.npmjs.com/package/axios)## 👷 Setup
- 1 First clone the repository for your machine.
```sh
git clone https://github.com/edmilson-dk/full-auth-app-web
```- 2 After that, enter the generated folder and install the project dependencies.
> You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.
```sh
npm install
# or with yarn
yarn install
```- 3 After that start the React.JS server and it will automatically open the browser for you.
```sh
npm dev
# or with yarn
yarn dev
```## License
[MIT](https://github.com/edmilson-dk/full-auth-app-web/blob/main/LICENSE) Project License
Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilsonjesus)