Skip to content
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

backport: master to v0.1 #19

Merged
merged 2 commits into from
Mar 1, 2022
Merged

backport: master to v0.1 #19

merged 2 commits into from
Mar 1, 2022

Commits on Mar 1, 2022

  1. fix: unused json tag (#17)

    The struct in question is used internally not for unmarshalling JSON (i.e. post parsing the JSON struct).
    james-d-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    dfd0c65 View commit details
    Browse the repository at this point in the history
  2. fix: check the credential id length att data (#16)

    This checks the credential id length based on the spec. See https://w3c.github.io/webauthn/#attested-credential-data.
    james-d-elliott committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    35287ea View commit details
    Browse the repository at this point in the history