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
649 stars 53 forks source link

Update Apple App Attest root certificate #349

Closed Ilushkanama closed 1 year ago

Ilushkanama commented 2 years ago

Fixes #348

dmoss18 commented 2 years ago

Just FYI, this will break WebAuthn. Apple has a different certificate for App attest, and this gem doesn't currently support that format.

To fix, you would need to do something like subclass WebAuthn::AttestationStatement::Apple with the above certificate and then add the class here with the key "apple-appattest".

santiagorodriguez96 commented 1 year ago

Closing this as #348 was closed due to inactivity.