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
644 stars 51 forks source link

[FakeAuthenticator] Support EdDSA credential keys #400

Open santiagorodriguez96 opened 11 months ago

santiagorodriguez96 commented 11 months ago

Fixes #276.

The gem already supports EdDSA credential keys after https://github.com/cedarcode/cose-ruby/issues/48. This PR just updates FakeAuthenticator, FakeAuthenticator::AttestationObject and FakeAuthenticator::AuthenticatorData in order for them to be used with these keys.