Skip to content

Cj14rios/libAuthentiface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libAuthentication

Easy way to use Faceid/TouchID

Build Status

LibAuthentication will simplify your code when if you want to use FaceID/TouchID in your tweaks.

How to compile

make package

How to install

  • Copy layout/usr/local/lib/Authenticate.dylib to $THEOS/lib
  • Copy Authenticate.h in $THEOS/Authenticate/Authenticate.h

How use it

#import <Authenticate/Authenticate.h>
[Authenticate alloc] authenticate:@"reason" completed:^(BOOL success) {
    if (success) {
        //Authentification success
    }
  }];

About

Easy way to use Faceid/TouchID

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 77.2%
  • Makefile 22.8%