Passkey support #297
-
|
Add passkey support as a login option. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
yes please. |
Beta Was this translation helpful? Give feedback.
-
|
For those interested in this, my method has been to integrate pocket ID as an OIDC provider and enable OIDC only to have a passkey only login. Of course this involves managing a whole other app, so a native option is still ideal for those who only host Trek. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the requests, everyone — passkey login is now implemented and will ship in the next release. 🎉 It's a native, self-contained WebAuthn implementation (no external IdP required), added as an admin-gated option that's off by default:
@Dasonic — this means the Pocket-ID-over-OIDC workaround is no longer needed; it's built in now. @drgimpfen — for the first version the passkey sits alongside your password (the password stays as a recovery fallback, so losing all your passkeys can never lock you out). |
Beta Was this translation helpful? Give feedback.
Thanks for the requests, everyone — passkey login is now implemented and will ship in the next release. 🎉
It's a native, self-contained WebAuthn implementation (no external IdP required), added as an admin-gated option that's off by default:
@Dasonic — this means the Pocket-ID-over-OIDC workar…