android / security-samples

Multiple samples showing the best practices in security APIs on Android.
Apache License 2.0
938 stars 395 forks source link

Is defining asset_statements necessary? #85

Open witrisna opened 2 years ago

witrisna commented 2 years ago

Hi

I am using FIDO2 API according to this https://developers.google.com/identity/fido/android/native-apps#step_2_link_to_assetlinksjson_in_android_app we need to define the "asset_statements" in the Android App, however, my app works with or without defining the asset_statements, so is it necessary to define the asset_statements and what is the purpose of that?

Thanks