summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/server/README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/packages/server/README.md b/packages/server/README.md
index ad17329..16401cb 100644
--- a/packages/server/README.md
+++ b/packages/server/README.md
@@ -35,14 +35,11 @@ Lower-level API documentation for the methods in this library is available [here
## 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`
+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**