-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
u2f-api script should be moved to npm/webpack #17712
Comments
I believe the code comes from https://github.com/github/u2f-api/blob/master/u2f-api-polyfill.js and its fork like https://github.com/grantila/u2f-api Some fingerprints:
And most u2f-api we can find in npm they are all copied and modified from the same origin, they share same API interfaces, like: |
As reported in Maybe we should refactor this module too. |
I think it needs to be changed to use webauthn, see #6892. |
@silverwind So maybe we could close this one and just continue in #6892, we could remove u2f-api and introduce webauthn in the same PR. |
Yes, u2f removal can come with the webauthn addition. |
Feature Description
There is a unversioned copy of what I think is a minified version of
u2f-api
that came in #3971. It should be moved to npm/webpack to become maintainable.Maybe @jonasfranz can point out the source/version of this script.
The text was updated successfully, but these errors were encountered: