this post was submitted on 26 Sep 2026
375 points (95.2% liked)

Technology

88256 readers
4754 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Natanael@infosec.pub 10 points 20 hours ago (1 children)

Some password managers can sync passkeys for you! Bitwarden can handle it

[–] Redjard@reddthat.com 4 points 13 hours ago (1 children)

android doesn't allow 3rd party apps to use passkeys nor autofill 2fa consistently. For passkeys, you are forced to use google services for it, or loose access, making it pointless. TOTP codes meanwhile can at least be copied and pasted manually from a password manager.

[–] Natanael@infosec.pub 1 points 3 hours ago* (last edited 3 hours ago) (1 children)

https://developer.android.com/identity/passkeys/manage-passkeys

Actually not, 3rd party Android apps can act as passkeys providers

With Bitwarden you can even do your own self hosted sync of passkeys

https://bitwarden.com/blog/bitwarden-passkeys-mobile/

Any app where it doesn't work has chosen to not use the right API

[–] Redjard@reddthat.com 2 points 1 hour ago

It's android version dependent. Only 14 and up support 3rd party providers.

Passkeys are supported on devices that run Android 9 (API level 28) or higher.

On many devices, Credential Manager stores passkeys to Google Password Manager by default. Users can choose other password managers as its passkey providers in the System Settings on Android 14 or higher.

Given the slowness of android version rollouts, this will be an issue for a long time.

I also think supporting older androids is pushing apps to do it the "wrong" way and making it google specific.