cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
658 stars 55 forks source link

Allow specifying a user handle for `FakeClient` `get`. #331

Closed lgarron closed 4 years ago

lgarron commented 4 years ago

Right now, the fake client is not easy to use to emulate a resident key. However, whether the registration is a resident key is not included in the attestation/assertion data, so we can just include it in the get response (which this PR does).

grzuy commented 4 years ago

Nice, thank you @lgarron!