android / identity-samples

Multiple samples showing the best practices in identity on Android.
Apache License 2.0
366 stars 221 forks source link

Can you provide the fully working example of CredentialManagerWebView? #57

Closed amoral closed 8 months ago

amoral commented 10 months ago

The code only has the PasskeyWebListener class and although there is a description on how it works here: https://developer.android.com/training/sign-in/credential-manager-webview, the code is missing important code like the "CredentialManagerHandler" class.

Thank you in advance