0.2.3 • Published 4 years ago

@webauthntine/server v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@webauthntine/server

WebAuthn npm (scoped) node-lts (scoped)

Installation

This package is available on npm:

npm install @webauthntine/server

It can then be imported into a Node project as usual:

// ESModule
import WebAuthntineServer from '@webauthntine/server';
// CommonJS
const WebAuthntineServer = require('@webauthntine/server');

Usage - Coming Soon

Check out the example for now until this section gets updated.

Supported Attestation Formats

WebAuthntine can verify the following attestation formats:

  • fido-u2f
  • packed
    • Supported Certificates
      • X5C
      • COSE - EC2
      • COSE - RSA (code is present but needs further testing)
      • COSE - OKP (code is present but needs further testing)
  • android-safetynet
  • none
0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago