tweag / webauthn

A library for parsing and validating webauthn/fido2 credentials
Apache License 2.0
34 stars 11 forks source link

Create main module #91

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

We should create a main Crypto.WebAuthn module which reexports all the main functions and types that are needed to run a server. This module should also have extensive documentation for how to do that and how everything links together.

ErinvanderVeen commented 2 years ago

There are some problems with duplicate that we need to consider/resolve before we can make such a module. In particular related to types in Model and WebIDL.