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

Remove ScopedCredentialParameters tuple (by unpairing type & algorithm) #143

Closed

Commits on Jul 12, 2016

  1. Remove ScopedCredentialParameters tuple (by unpairing type & algorithm)

    The procedure for normalizing algorithms and types doesn't actually use the
    types. Keeping these together in an object gives a kind of flexibility, but
    after consideration, I don't see much purpose in defining different algorithms
    for specifically different authenticator types.
    
    This changes the makeCredential() method to instead have a list of supported
    types and a list of supported algorithms, and perform its procedure that way.
    jcjones committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    ef2efe3 View commit details
    Browse the repository at this point in the history