google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
563 stars 123 forks source link

Self-attestation format support does not support RSA #83

Closed abahety closed 4 years ago

abahety commented 4 years ago

Hi, I would like to raise a PR to fix the issue of self-attestation format not supporting RSA crypto. In production traffic, at eBay, we encountered a lot of traffic coming from windows platform where self attestation format assertions were using RSA crypto which caused lot of registrations to fail using this code. Hence, I wanted to raise a PR to help fix the issue and also let other users benefit from the same. I tried to raise PR a few times, however it seems that we have someone at eBay who has signed the corporate CLA and I am unable to find the same point of contact. Would you be able to. help me look up the contact and let me know who from eBay I can contact as someone has signed the corporate CLA back in 2019.

PR I raised but had to close : https://github.com/google/webauthndemo/pull/80

Thanks for your help in advance,