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

feat(WebAuthn): formalize storage adapter #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 27, 2020

  1. feat(WebAuthn): allow multiple credentials per user

    This change allows users to associate multiple credentials to their
    account. When performing assertions, all the credentials are sent on the
    `allowList`. When registering a new credential, existing credentials are
    sent on the `excludeList`.
    
    Updated the example to show all the credentials associated to a user.
    
    This change is not backwards compatible.
    nsatragno committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    98c0782 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    ee5d688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdeb3ef View commit details
    Browse the repository at this point in the history
  3. First stab at friendly storage interface

    This patch attempts to formalize the storage interface to make it easier
    to integrate with existing databases.
    
    See issue strangerlabs#27
    nsatragno committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    0f3077c View commit details
    Browse the repository at this point in the history