You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is incorrect. I've been pulling in some of this code into a demo/prototype project. I'm using typescript, and was able to reference the types for the x509 package. The typescript compiler noted how isCA is not a field on the Extension[] field. I think this can be changed to use the isCA field on the pem object instead. The library sifts through the extensions and updates the boolean based on what it finds here: https://github.com/fidm/x509/blob/master/src/x509.ts#L393
The text was updated successfully, but these errors were encountered:
I think the line here:
webauthn-demo/utils.js
Line 259 in a32c36c
isCA
field on the pem object instead. The library sifts through the extensions and updates the boolean based on what it finds here: https://github.com/fidm/x509/blob/master/src/x509.ts#L393The text was updated successfully, but these errors were encountered: