Skip to content

Frontend developed with Angular to interact with a MFA authentication.

Notifications You must be signed in to change notification settings

IgorBrizack/mfa-authentication-front

Repository files navigation

🔐 Multi Factor Authentication

En-US

About this project

This project is created with Angular to build the Frontend. The goal of this project is to implement elements that simulate a real interaction for logging into a web application with two-factor authentication. In this project, you will learn how to implement guards, services, create components, and design views. To have the full experience on your computer you will need to clone the Backend.

login_screen qr_screen home_screen

Steps

  1. Clone the repository
git clone git@github.com:IgorBrizack/mfa-authentication-front.git
  1. Run with Docker
docker-compose up -d --build
  1. Run with Node
npm install
ng start
  1. Access your localhot 4200
http://localhost:4200
  1. Start the Backend and setup your envs

Pt-BR

Sobre este projeto

Este projeto foi criado com Angular para construir o Frontend. O objetivo deste projeto é implementar elementos que simulem uma interação real para fazer login em uma aplicação web com autenticação de dois fatores. Neste projeto, você aprenderá a implementar guards, services, criar componentes e projetar views. Para ter a experiência completa em seu computador será necessário clonar o Backend.

Passos

  1. Clone o repositório:

    git clone git@github.com:IgorBrizack/mfa-authentication-front.git
  2. Execute com Docker:

    docker-compose up -d --build
  3. Execute com Node:

    npm install
    ng start
  4. Acesse seu localhost 4200

http://localhost:4200
  1. Inicie o Backend e configure suas variáveis de ambiente.

About

Frontend developed with Angular to interact with a MFA authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published