An open API service indexing awesome lists of open source software.

https://github.com/sambhav2612/biometricauth

A mobile-based Biometric Authentication (Enrolling and Verification) system.
https://github.com/sambhav2612/biometricauth

android biometric-authentication fingerprint-authentication

Last synced: 2 months ago
JSON representation

A mobile-based Biometric Authentication (Enrolling and Verification) system.

Awesome Lists containing this project

README

        

# BiometricAuth
[![Build status](https://build.appcenter.ms/v0.1/apps/c0fa0921-638c-4da1-9dcf-cc2c0f96cd89/branches/master/badge)](https://appcenter.ms)

A mobile-based Biometric Authentication (Enrolling and Verification) system.

## Tech Stack

- Android Studio
- Gradle
- Kotlin
- Firebase (Authentication and DB)
- CloudRail (Notifications)
- Material UI

### Updates

* Add Firebase Authentication
* Redid AppBar
* Add Navigation Drawer
* Updated Camera Mechanism
* Updated Runtime Permission Mechanism

### License

```
Copyright 2019 Sambhav Jain

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```