https://github.com/melau-eddy/fingerprint-authenticator
Django-based biometric login system that enables secure user authentication using fingerprint data. It integrates fingerprint scanning technology to provide a more reliable and user-friendly alternative to traditional password-based logins.
https://github.com/melau-eddy/fingerprint-authenticator
biometrics css django-framework html javascript rest-api restframework
Last synced: 6 months ago
JSON representation
Django-based biometric login system that enables secure user authentication using fingerprint data. It integrates fingerprint scanning technology to provide a more reliable and user-friendly alternative to traditional password-based logins.
- Host: GitHub
- URL: https://github.com/melau-eddy/fingerprint-authenticator
- Owner: melau-eddy
- License: mit
- Created: 2025-04-06T18:59:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-07T13:43:45.000Z (8 months ago)
- Last Synced: 2025-07-03T06:01:56.696Z (7 months ago)
- Topics: biometrics, css, django-framework, html, javascript, rest-api, restframework
- Language: JavaScript
- Homepage: https://fingerprint-authenticator-omega.vercel.app
- Size: 102 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔐 Fingerprint Authenticator System
This is a **biometric authentication system** built with **Django** that enables user login and verification using **fingerprint data**. It is designed to offer a secure and user-friendly way of accessing web applications by leveraging fingerprint authentication instead of (or in addition to) traditional passwords.
> ⚠️ **Note:** This project is currently **under active development** and may change significantly over time.
---
## 🔍 Project Overview
**Purpose**
The fingerprint authenticator system enhances security for web applications by allowing biometric login capabilities. It can be used for employee portals, attendance systems, secure access points, and more.
---
## 🚀 Features
- 🔒 **Secure fingerprint-based authentication**
- 👤 User registration with biometric enrollment
- 🧠 Integration with fingerprint scanners (or image-based simulation for testing)
- 🔄 Fallback to username/password login (optional)
- 📊 Admin dashboard to manage users and authentication logs
- 🌐 API support for biometric data exchange *(if applicable)*
---
## 🧰 Technologies Used
### Backend
- **Django** (Python web framework)
- **SQLite** or **PostgreSQL** (database)
- **Django REST Framework** *(if API endpoints are used)*
### Frontend
- **HTML**
- **CSS**
- **JavaScript**
### Biometrics
- **Fingerprint Scanner SDK** or browser-compatible fingerprint input
- Simulated data for development/testing purposes (e.g., base64 image upload)
---
## 📦 Installation
1. **Clone the repository**
```bash
git clone https://github.com/melau-eddy/Fingerprint-authenticator
cd fingerprint-authenticator