DevHub - Authentication

June 14, 2022 ยท View on GitHub

This project is meant to be the Authentication microfrontend for the DevHub project.

Here you will be able to register, Sign In and recover your password.

New Features

StatusFeature
In ProgressPassword recovery flow implementation
In ProgressUnit test
PlanningDesign system

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_BACKEND_URL

Access the heroku server

This server was build to learn how github actions work and how to configure it.

https://devhub-auth.herokuapp.com/

Run Locally

Clone the project

  git clone https://github.com/gabrielpanegrossi/devhub-auth.git

Go to the project directory

  cd devhub-auth

Install dependencies

  yarn install

Start the server

  yarn run dev

Demo

Here you can see the index screen.

Devhub