blob: 9364d7da4138d0638c1ac8207f0e869a8c406d62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!-- omit in toc -->
# @simplewebauthn/server

[](https://www.npmjs.com/package/@simplewebauthn/server)

- [Installation](#installation)
- [Usage](#usage)
- [Supported Attestation Formats](#supported-attestation-formats)
## Installation
This package is available on **npm**:
```sh
npm install @simplewebauthn/server
```
## Usage
You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/server
## Supported Attestation Formats
SimpleWebAuthn supports [all six WebAuthn attestation formats](https://w3c.github.io/webauthn/#sctn-defined-attestation-formats), including:
- **Packed**
- **TPM**
- **Android Key**
- **Android SafetyNet**
- **FIDO U2F**
- **None**
|