@capgo/capacitor-native-biometric 6.0.2 → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
# Capacitor Native Biometric
|
|
1
|
+
# Capacitor Native Biometric
|
|
2
|
+
<a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
|
|
3
|
+
|
|
4
|
+
<div align="center">
|
|
5
|
+
<h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo 🚀</a></h2>
|
|
6
|
+
<h2><a href="https://capgo.app/consulting/?ref=plugin"> Fix your annoying bug now, Hire a Capacitor expert 💪</a></h2>
|
|
7
|
+
</div>
|
|
8
|
+
|
|
2
9
|
|
|
3
10
|
Use biometrics confirm device owner presence or authenticate users. A couple of methods are provided to handle user credentials. These are securely stored using Keychain (iOS) and Keystore (Android).
|
|
4
11
|
|
|
@@ -299,7 +306,7 @@ public class MainActivity extends BridgeActivity {
|
|
|
299
306
|
## Contributors
|
|
300
307
|
|
|
301
308
|
[Jonthia](https://github.com/jonthia)
|
|
302
|
-
[
|
|
309
|
+
[QliQ.dev](https://github.com/qliqdev)
|
|
303
310
|
[Brian Weasner](https://github.com/brian-weasner)
|
|
304
311
|
[Mohamed Diarra](https://github.com/mohdiarra)
|
|
305
312
|
### Want to Contribute?
|
package/package.json
CHANGED