package main
import (
"log"
touchid "github.com/lox/go-touchid"
)
func main() {
ok, err := touchid.Authenticate("access llamas")
if err != nil {
log.Fatal(err)
}
if ok {
log.Printf("Authenticated")
} else {
log.Fatal("Failed to authenticate")
}
}
-
Notifications
You must be signed in to change notification settings - Fork 6
lox/go-touchid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published