Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-tfa-api
Two-factor authentication (TFA) adds an extra layer of security by requiring a user to provide two forms of identification to access an account or system. It can include a password and a security code sent via text or email.
https://github.com/natthasath/demo-tfa-api
2fa docker-compose dockerfile fastapi poetry python tfa
Last synced: about 2 months ago
JSON representation
Two-factor authentication (TFA) adds an extra layer of security by requiring a user to provide two forms of identification to access an account or system. It can include a password and a security code sent via text or email.
- Host: GitHub
- URL: https://github.com/natthasath/demo-tfa-api
- Owner: natthasath
- License: mit
- Created: 2023-01-17T08:23:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:08:10.000Z (7 months ago)
- Last Synced: 2024-06-13T10:11:22.447Z (7 months ago)
- Topics: 2fa, docker-compose, dockerfile, fastapi, poetry, python, tfa
- Language: YAML
- Homepage: https://pyauth.github.io/pyotp/
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Demo TFA API
Two-factor authentication (TFA) adds an extra layer of security by requiring a user to provide two forms of identification to access an account or system. It can include a password and a security code sent via text or email.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```