google / webauthndemo

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

Add jwa and jca mapper for crypto operations. Refine assertion logics #12

Closed Kieun closed 7 years ago

Kieun commented 7 years ago

Remove assertion verification method for easy server Add jwa and jca mapper Remove hard coded crypto algorithm and curve name

Kieun commented 7 years ago

@cpiper, I added test codes for getting public key instance from EC or RSAKey.