Git Product home page Git Product logo

fido2-net-lib's People

Contributors

abergs avatar aseigler avatar celdus avatar codetherapist avatar damienbod avatar daviddesmet avatar dgorbach avatar fa18swiss avatar herrjemand avatar mackie1001 avatar meiktranel avatar monkeywithacupcake avatar ondrokrc avatar shtong avatar tornhoof avatar wesseldr avatar

Watchers

 avatar

fido2-net-lib's Issues

Remove the FidoUser class

As the library's objectives are to manipulate credantials (as opposed to manipulating users directly), we should remove the user class.

Organize unit tests

Organize the unit test to follow the 'one test class per tested class' practice.

Remove the Json.NET dependency

Because the data classes uses the Json.NET data attributes, library users MUST reference this library, even if they prefer to use System.Text.Json, or even if they do not need serialization at all.

This hard dependency should be removed in favor of an optional component that would configure the models to be used with Json.NET if needed.

Fix conditions syntax

A few things should be fixed about how conditions are written in v1:

  • Use non-inverted order
  • Use == instead of Equals for strings
  • Use implicit boolean comparisons

Add a common proj file for all projects

This will allow to have settings that are put in common between all of the Fido2 libraries.

The settings that could be put in this file are:

  • Current API version
  • FxCop settings
  • Others ?

Replace Fido2VerificationException by other technical exceptions

In some cases, some methods throws Fido2VerificationException, even though the problem is clearly not an error related to the Fido2 verification, but rather a programmer error (such as when a null argument is send).

An example can be found in AuthenticatorAttestationResponse.Parse, which throws Fido2VerificationException instead of NullReferenceException when its argument is null.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.