Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raman43mann/faceid-biometric-
Face/Touch ID
https://github.com/raman43mann/faceid-biometric-
apple applesignin biometric biometric-authentication faceid faceid-authentication faceidsignin facelogin touchid
Last synced: about 13 hours ago
JSON representation
Face/Touch ID
- Host: GitHub
- URL: https://github.com/raman43mann/faceid-biometric-
- Owner: raman43mann
- License: mit
- Created: 2024-06-29T08:34:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T11:47:35.000Z (about 2 months ago)
- Last Synced: 2024-11-18T12:46:33.499Z (about 2 months ago)
- Topics: apple, applesignin, biometric, biometric-authentication, faceid, faceid-authentication, faceidsignin, facelogin, touchid
- Language: Swift
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FaceID-Biometric-
Face/Touch IDUse FaceID-Biometric to lock/unlock your app feature with biometric authorities. You can implement this functioanity by using two line of code.
## Clone
To run the FaceID-Biometric project, clone the repo, and run the project.
OR
Manually -> Copy the folder named "Biometric" and paste to your codes target directory.## How to use
Step 1 : Integrate the files to your project
Step 2 : Check either biometric enrolled in current device or not using below method
BiometricManager.checkBiometricType()
Step 3 : Authenticate the user with below method
BiometricManager.shared.authenticateUser()
## Requirements
- Xcode 14 to onwards
- iOS 16,*
- iPad OS 16,*
- Swift 5.0## Author
raman43mann, [email protected] , Linkedin : https://www.linkedin.com/in/raman-mann-957201154## License
FaceID-Biometric is available under the MIT license. See the LICENSE file for more info.