A FIDO 2.0 / W3C WebAuthn server
npm install fido2-serverCommand Line:npm install -g fido2-server
API:npm install fido2-server
* rpid
* blacklist
* modules
* cryptoParameterPrefs
must have .init and .shutdown
specified as a string for the package to be loaded, or a object representing the module that has already been created (the server will initialize it).
* listUsers
* createUser (id, userInfo)
* getUserByGuid (guid)
* getUserById (id)
* updateUserAttestation (id, attestation)
* updateUser
* deleteUser
* listCredentials
* createCredential
* getCredential
* updateCredential
* deleteCredential
* fatal
* error
* warn
* info
* debug
* trace
* alert
* list
* addRules
* deleteRule
* listRules
* evaluate