Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meniny/bioauthenticator
A biometrics authentication framework for iOS.
https://github.com/meniny/bioauthenticator
faceid faceid-authentication swift touchid touchid-authentication
Last synced: 3 months ago
JSON representation
A biometrics authentication framework for iOS.
- Host: GitHub
- URL: https://github.com/meniny/bioauthenticator
- Owner: Meniny
- License: mit
- Created: 2017-11-14T12:41:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T06:27:17.000Z (about 7 years ago)
- Last Synced: 2024-10-06T00:31:26.687Z (3 months ago)
- Topics: faceid, faceid-authentication, swift, touchid, touchid-authentication
- Language: Swift
- Size: 54.7 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
## What's this?
`BioAuth` is a delightful Biometrics Authenticating (`TouchID`, `FaceID`) framework for iOS platforms written in Swift.
## Requirements
* iOS 9.0+
* Xcode 9 with Swift 4## Installation
#### CocoaPods
```ruby
use_frameworks!
pod 'BioAuth'
```## Contribution
You are welcome to fork and submit pull requests.
## License
`BioAuthenticator` is open-sourced software, licensed under the `MIT` license.