Skip to content

docs(passkeys): document Android Digital Asset Links setup#256

Merged
spydon merged 1 commit into
mainfrom
docs/android-assetlinks-setup
Jun 29, 2026
Merged

docs(passkeys): document Android Digital Asset Links setup#256
spydon merged 1 commit into
mainfrom
docs/android-assetlinks-setup

Conversation

@spydon

@spydon spydon commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

What

Adds an Android Digital Asset Links (assetlinks.json) setup entry to the passkeys package README, under the platform notes in the Troubleshooting section.

Why

The README documents the relying-party association setup for macOS (Apple App Site Association + Associated Domains) and the web SDK setup for Web, but there is no equivalent for Android. The existing Android section only covers emulator / Google-account troubleshooting, so a developer setting up passkeys on Android has no in-README pointer to hosting assetlinks.json, which is required for the platform to associate the app with the relying party.

This came up while integrating passkeys into supabase_flutter, where we want to link users to the plugin's own docs for per-platform setup rather than duplicating it downstream.

How

  • Added a Configure Digital Asset Links (assetlinks.json) entry as the first item in the Android section, mirroring the existing macOS AASA entry (hosting location, the required statement with package name and signing-certificate SHA-256 fingerprints, RPID matching the host domain, no redirects, application/json content type), with an example file.
  • Renumbered the existing Android troubleshooting items accordingly.

Docs only, no code changes.

@spydon spydon merged commit 1777f14 into main Jun 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants