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

Enable UVM extension #73

Closed suzylii closed 5 years ago

suzylii commented 5 years ago

With the support of UVM extension on android, adds UVM extension for manual test.

suzylii commented 5 years ago

Updated CL to set uvm as null if no uvm retuend in FinishMakeCredential and FinishiGetAssertion. PTAL.