GitHunt
ME

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.

๐Ÿ” 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
    git clone https://github.com/melau-eddy/Fingerprint-authenticator
    cd fingerprint-authenticator

Languages

JavaScript83.3%HTML16.7%

Contributors

MIT License
Created April 6, 2025
Updated January 13, 2026