google / u2f-ref-code

U2F reference implementations
BSD 3-Clause "New" or "Revised" License
585 stars 182 forks source link

u2f-api.js not backwards compatible with 1.0 version #109

Open leshi opened 8 years ago

leshi commented 8 years ago

u2f-api.js has moved on to the 1.1 API, but no longer supports the 1.0 API.

E.g., u2f.register() in the 1.0 format cause an error (the first parameter is interpreted as appId while it's actually an array of register requests)