This package has been deprecated

Author message:

this package has been renamed to @simplewebauthn/server

@webauthntine/server
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

@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

Package Sidebar

Install

npm i @webauthntine/server

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

68.5 kB

Total Files

56

Last publish

Collaborators

  • iamkale