Skip to content

Simple keychain app with TouchID and FaceID authentication

Notifications You must be signed in to change notification settings

eryshkov/Secret-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Swift

Swift 4.2 XCode 10+ iOS iOS 12 Licence MIT

Demo video here

Main functionality

  • simple keychain app with TouchID and FaceID authentication
  • uses LocalAuthentication
  • using adjustForKeyboard() method
  • uses KeychainWrapper
  • uses observer for willResignActiveNotification event
  • uses LAContext, canEvaluatePolicy and evaluatePolicy with .deviceOwnerAuthenticationWithBiometrics

License

This project is licensed under the MIT License.