android / identity-samples

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

Passkeys sample should demonstrate well-known URLs #78

Open yschimke opened 5 months ago

yschimke commented 5 months ago

From https://developer.android.com/training/sign-in/passkeys#passkey-endpoints

Ideally with some well known URLs and Android App Links so they open up and not via Chrome

{
  "enroll": "https://example.com/account/manage/passkeys/create"
  "manage": "https://example.com/account/manage/passkeys"
}
yschimke commented 2 weeks ago

Also https://android-developers.googleblog.com/2023/10/make-passkey-endpoints-well-known-url-part-of-your-passkey-implementation.html