Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Created July 31, 2026 17:15
Show Gist options
  • Select an option

  • Save samuelgoto/937f2afba5a5e4285dc60ba1bfe135a0 to your computer and use it in GitHub Desktop.

Select an option

Save samuelgoto/937f2afba5a5e4285dc60ba1bfe135a0 to your computer and use it in GitHub Desktop.
pseudonyms.md
// ORs
const pseudonym = await navigator.credential.get({
  "phoneNumber": ...,
  "governmental": ...,
  "financial": ...,
  "federated": ...,
  "digital": ...,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment