How to use Ionic Biometric Auth to Protect Your App

preview_player
Показать описание
Learn to add biometric auth (FaceID / Touch) to your Ionic app in order to protect your app after a specific time or when put to background.

#############################

👨‍💻 Want to read instead of watch?

😱 NEW: Capacitor Crash Course!

⚡️Take my famous 7 Day Ionic Crash Course

🤷‍♂️Want more Ionic tutorials?

#############################

❤️You can also find me...

Or join our Facebook group:

#############################
Рекомендации по теме
Комментарии
Автор

Great, Simon! very helpful
Thank you 🙂

khambatgurbanov
Автор

Hello sir, I am work with this plugins. it's work well but but my case many users are used our product non users cannot access with our mobile fingerPrint, user only access the product how to i do it please ask

drumbufferanalytics
Автор

Just adding this as well all audio is on the left makes it really hard to follow. But the topic is something I been looking into

Eventyret
Автор

Hi Simon, Thanks for the video. How to achieve fingerprint authentication without popup window.. Like Gpay, after opening the app directly touch on fingerprint scanner and validate.

jaiganeshkigtb
Автор

Very interesting, I'm going to try this

adriangaray
Автор

As usual one more awesome and informative video😍.
Keep up the good work and always sir

prasadnarayana
Автор

Hi Simon!
Thanks for this tutorial ! One thing I didn't get though ! You installed an npm package but then you used Plugins.BiometricAuth as if this feature was part of Capacitor.
I didn't find it available within Plugins sub objects.
How did you do to make this plugin appear under Plugins?

tntg
Автор

Simon Hi there. Wazup

I was wondering if exists the same on Capacitor or at least Cordova like awesome plugins that don't use cordova, I mean that plugin be native. Like background tasks or geolocation.

pedrorafaelsuarezesteris
Автор

Hi! I think capacitor-biometric-auth stoped working in Android. After npm installing and synchronizing, I tried to add import in Android Studio and it says "Cannot resolve symbol 'ahm'". It was a great tutorial anyway.

miguelmartincon
Автор

Awesome,
Hey did you forget face detection tutorial??

Mrmi
Автор

The *ngIf="showFallback" causes an error since LockedPage is getting opened without any reference to CommonModule. Solution:
- remove locked.module and locked-routing.module since you don't use them.
- import and declare LockedPage in inside.module since you'll use lockedPage through access service in inside page. So add these to inside.module:
import { LockedPage } from '../locked/locked.page';
declarations: [InsidePage, LockedPage]

legcsabi
Автор

Nice. Very informative 👌. Could you please make one on ad integration with ionic, except for admob like Facebook audience network, inmobi, mediation. Admob is pathetic

harishjain
Автор

How can i integrate payment methods like ccavenue in ionic . Please help me

ivinantony
Автор

Excellent tutorial, however I see that the dependency is incomplete. I'm not saying this just because typescript is missing, but because it only indicates if you have biometrics, but it doesn't allow you to identify which ones it supports. I don't know how it is related to “capacitor-native-biometric”, but it seems to be a better alternative.

victoravr
Автор

pls share the github link also for reference.

amitraja
Автор

Am I the only one coming here 4years later and experiencing, deprecation errors

thingsiwishiknew
Автор

Uhh, sound is quiter at the left, I can't watch the video 😂

berkearas