This is a video tutorial on the Google Codelab for the Android client. You will learn how to call the Android FIDO2 API and options you can provide in order to cater various occasions. You will also learn re-auth specific best practices. The FIDO2 API allows Android applications to create and use strong, attested public key-based credentials for the purpose of authenticating users. The Codelab uses Fingerprint authentication, but I will use Facial recognition (the steps are the same).
Google Codelab: https://codelabs.developers.google.co...
Source Code: https://github.com/googlecodelabs/fid...
#androiddevelopers #fido #androidsecurity #androidhacks
IG: / texdroid01
FB: https://www.facebook.com/profile.php?...
0:00 Init
00:27 Intro
02:47 Getting setup
05:54 Digital Asset Links
11:56 See how the app works
14:48 Register a credential
43:54 Authenticate the User
1:06:41 Congratulations