-
Notifications
You must be signed in to change notification settings - Fork 120
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
register attestation format #2
Labels
Comments
JamesCullum
added a commit
to FIDO-Tools/fido2-library
that referenced
this issue
Apr 15, 2020
JamesCullum
added a commit
to FIDO-Tools/fido2-library
that referenced
this issue
Apr 15, 2020
Hexagon
pushed a commit
to Hexagon/fido2-lib
that referenced
this issue
May 22, 2022
…programming-apple Fix problem in Node 14, replace jose implementations with webcrypto
JamesCullum
pushed a commit
that referenced
this issue
Sep 1, 2022
* extension handling + type fixes * test * -test * reverted dist * reverted dist #2 * reverted dist #3 * code tests for extensions - extension tests (with and without AT-Flag) - fixed missing Uint8Array for extension processing * Update dependencies + Revert package name, fixing PR (#2) * Revert package name to fido2-lib * Update dependencies * Re-fix versions to patch Co-authored-by: Hexagon <robinnilsson@gmail.com>
Hexagon
added a commit
that referenced
this issue
Sep 9, 2022
* Revert package name to fido2-lib * Update dependencies * Re-fix versions to patch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make attestation formats into modules that can be registered -- enables loading of new attestation formats. Existing attestation formats should use this interface, but should probably be included by default. Also include a function to deregister attestation formats (so that default formats can be unloaded).
The text was updated successfully, but these errors were encountered: