GithubHelp home page GithubHelp logo

hiteshsahu / fingerprint-authentication-with-react-native-android Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 7.0 6.11 MB

React Native Fingerprint Authentication with Android FingerprintManagerCompat API

License: MIT License

Python 2.16% Java 55.12% JavaScript 37.21% Objective-C 5.51%
react-native reactjs react-component react-module fingerprint-authentication keystore android

fingerprint-authentication-with-react-native-android's Introduction

FingerPrint-Authentication-With-React-Native-Android

This React Native project uses of Finger Print Sensor to authenticated user in Android Devices. Uses FingerprintManagerCompat to give backword compatibility for Android <23.

Features

  • Uses FingerprintManagerCompat to Supports Older Version of Android(API<23)
  • Native Module to use fingerprint Sensor
  • Error Handling in the case of invalid Finger Prints, Unregistered FingerPrint, Lock is not enabled and not supporting Hardware.
  • After exceeding max finger print attempts, the plugin disables biometric authentication feature.
  • Disables biometric authentication can be enabled from Home Screen after successful login
  • User Credentials are Encrypted with AES algorithm and stored in file system while key is stored in Android Keystore
  • Check for Rooted device and flush stored credentials

Screen Shots

FingerPrint Authentication

Alt text Alt text Alt text Alt text Alt text

Error Handling

Alt text Alt text Alt text

NPM Commands

Install react native

npm install -g react-native-cli

Start server

react-native start

For Route component install react-native-deprecated-custom-components

npm install react-native-deprecated-custom-components --save

Build and install App on Emulator/Device

 react-native run-android

To run app in real device

adb reverse tcp:8081 tcp:8081

Legal Notice

   MIT License

  Copyright (c) 2017 Hitesh Sahu (hiteshsahu.com)
  Written by Hitesh Sahu <[email protected]>

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all
  copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

fingerprint-authentication-with-react-native-android's People

Contributors

hiteshsahu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fingerprint-authentication-with-react-native-android's Issues

RootUtil.isDeviceRooted() is giving is rooted result for a Non-rooted device and simulator

the app keep saying fingerprint does not work on rooted devices although my devices is not rooted,
i also test on android simulator, it is also giving the same result, i believe android simulator should be classified as non-rooted

after i check, i found that your RootUtil.isDeviceRooted() is giving is rooted result for a non-rooted device, maybe some checking need to be validated if it is right

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.