feat(auth): add webauthn/passkey support #4

Open
opened 2025-07-22 07:21:56 +00:00 by chartgerink · 1 comment
Owner

In order to future proof our authentication mechanisms, it would be fantastic if we implement Passkey based login.

In essence, Passkey/Webauthn is a public–private key based login procedure. A phone, Yubikey, or otherwise contains the private key and sends a verified login request to the Receiving Party (in this case, us). We then use the public key to verify said request.

This is a feature enhancement for version >2.0.

Resources

In order to future proof our authentication mechanisms, it would be fantastic if we implement Passkey based login. In essence, Passkey/Webauthn is a public–private key based login procedure. A phone, Yubikey, or otherwise contains the private key and sends a verified login request to the Receiving Party (in this case, us). We then use the public key to verify said request. This is a feature enhancement for version >2.0. ## Resources - https://github.com/1Password/passkey-rs - https://www.youtube.com/watch?v=V-7zMIgGO1U
Author
Owner
https://github.com/kanidm/webauthn-rs
chartgerink changed title from Implement Passkey login to feat(auth): add webauthn/passkey support 2025-07-24 07:24:08 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libscie/researchequals-api#4
No description provided.