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
- Host: GitHub
- URL: https://github.com/beda-software/twofactor-demo
- Owner: beda-software
- Created: 2021-03-17T06:17:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T12:44:47.000Z (about 5 years ago)
- Last Synced: 2025-03-13T07:03:16.634Z (over 1 year ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```