An open API service indexing awesome lists of open source software.

https://github.com/beda-software/twofactor-demo

Two factor demo using Aidbox OAuth2
https://github.com/beda-software/twofactor-demo

Last synced: 11 months ago
JSON representation

Two factor demo using Aidbox OAuth2

Awesome Lists containing this project

README

          

# twofactor-demo environment

## Project dependencies

- Docker
- Yarn

## Initial setup

Copy `.env.tpl` to `.env` and specify `AIDBOX_LICENSE_ID` and `AIDBOX_LICENSE_KEY`.
[https://license-ui.aidbox.app/](https://license-ui.aidbox.app/)

Install frontend requirements:
```
cd frontend
yarn
```

## Run

```
docker-compose up
cd frontend
yarn start
```