8000 GitHub - FreakyAli/Plugin.Maui.Biometric: A biometric plugin for .NET MAUI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

FreakyAli/Plugin.Maui.Biometric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin.Maui.Biometric

A biometric plugin for .NET MAUI, for Android and iOS

CodeFactor

Platforms

Support OS
iOS iOS 15.0 +
macOS macOS 12.0+
Android API 26+ (Oreo)
Windows v.10.0.17763.0

Like what you saw? Want to keep this repo alive?

Note

Community PR's for the other platforms are welcome but I will personally not be able to maintain the other platforms, due to shortage of time and unavailablity of devices for testing.

Introduction:

Add the following permissions for Android and iOS/macOS:

AndroidManifest.xml

<uses-permission android:name="android.permission.USE_BIOMETRIC" />

Info.plist

<key>NSFaceIDUsageDescription</key>
<string>Need your face to unlock! </string>

To use it as a service all you need to do is add this line to your MauiProgram.cs

builder.Services.AddSingleton((e) => BiometricAuthenticationService.Default);

No runtime permission requests are needed, and this is it, you're ready to use our plugin!!

Documentation:

Visit our wiki for the documentation

Activity

Fossa:

FOSSA Status

Sparkline:

Sparkline

RepoBeats:

RepoBeats

About

A biometric plugin for .NET MAUI

Resources

License

Stars

Watchers

Forks

Contributors 8

Languages

0