Implement Passkey authentication

This commit is contained in:
Stanko K.R.
2026-02-18 11:24:10 +01:00
parent 70c19e4881
commit da69039476
18 changed files with 368 additions and 78 deletions
@@ -95,6 +95,7 @@ class ActionPack::WebAuthn::PublicKeyCredential::CreationOptions < ActionPack::W
],
authenticatorSelection: {
residentKey: @resident_key.to_s,
requireResidentKey: @resident_key == :required,
userVerification: user_verification.to_s
}
}