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.
- Host: GitHub
- URL: https://github.com/sambhav2612/biometricauth
- Owner: sambhav2612
- License: apache-2.0
- Created: 2019-01-13T12:40:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T17:26:24.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:36:30.814Z (4 months ago)
- Topics: android, biometric-authentication, fingerprint-authentication
- Language: Kotlin
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BiometricAuth
[](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 JainLicensed 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 athttp://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.
```