https://github.com/williamsampaio/otp-auth-flask
OTP authentication example project in Python using the Flask framework.
https://github.com/williamsampaio/otp-auth-flask
flask flask-application otp otp-verification otpauth python python3
Last synced: about 1 month ago
JSON representation
OTP authentication example project in Python using the Flask framework.
- Host: GitHub
- URL: https://github.com/williamsampaio/otp-auth-flask
- Owner: WilliamSampaio
- Created: 2023-12-12T18:34:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T05:51:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-08T19:32:41.854Z (about 1 month ago)
- Topics: flask, flask-application, otp, otp-verification, otpauth, python, python3
- Language: Jinja
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTP Auth With Flask
OTP authentication example project in Python using the Flask framework. It helped me understand (a little) this authentication system.
We have the following routes:
* `/` Base route that renders the login template
* `/home` Route that renders the screen when login is validated
* `/logout` Route where the session is destroyed
* `/register` The entire user registration flow
* `/login` Validates the user's login form