豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

joseph-njuguna-coder/biometrics_login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biometrics_login-systemThis login system uses secure one time blockchain token for online transaction that involve funding.

Biometric Login System README 🛡️🔐

Overview 📜

This project is a Flask-based authentication system that supports biometric login, SMS authentication, and a web interface. It is designed for secure and user-friendly access management.

Features 🚀

  • Biometric Authentication (Fingerprint/Face recognition)
  • SMS-based Two-Factor Authentication (2FA)
  • User Management (Signup/Login/Logout)
  • REST API for Authentication
  • Secure Password Storage

Tech Stack 🛠️

  • Backend: Flask (Python)
  • Database: MySQL
  • Biometric API: OpenCV / External Biometric SDK
  • SMS API: Twilio / Firebase
  • Frontend: HTML, CSS, JavaScript

Installation & Setup ⚙️

1. Clone the Repository 🛠️

 git clone https://github.com/your-repo/biometric-login-system.git
 cd biometric-login-system

2. Install Dependencies 📦

pip install -r requirements.txt

3. Set Up Database 🗄️

CREATE DATABASE biometric_login;

Configure config.py with your database credentials.

4. Run the Application ▶️

python app.py

The app should now be running at: http://localhost:5000/

API Endpoints 🌐

  • POST /register → Register a new user
  • POST /login → Login with username & password
  • POST /biometric-login → Authenticate using biometrics
  • POST /send-sms → Send an OTP via SMS

Future Enhancements 🌟

  • OAuth Integration
  • FaceID Support
  • Mobile App Support

Contributors ✨

  • Joseph Njuguna 👨‍💻

Feel free to contribute and enhance this system! 💡🚀

About

This login system uses secure one time blockchain token for online transaction that involve funding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors