JSPM

  • Created
  • Published
  • Downloads 652201
  • Score
    100M100P100Q186729F
  • License MIT

SimpleWebAuthn for Servers

Package Exports

  • @simplewebauthn/server

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@simplewebauthn/server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@simplewebauthn/server

WebAuthn npm (scoped) node-lts (scoped)

Installation

This package is available on npm:

npm install @simplewebauthn/server

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

// ESModule
import SimpleWebAuthnServer from '@simplewebauthn/server';
// CommonJS
const SimpleWebAuthnServer = require('@simplewebauthn/server');

Usage - Coming Soon

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

Supported Attestation Formats

SimpleWebAuthn 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