summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/index.ts b/example/index.ts
index f1edb4a..6609fdb 100644
--- a/example/index.ts
+++ b/example/index.ts
@@ -133,6 +133,10 @@ app.get('/generate-attestation-options', (req, res) => {
userVerification: 'preferred',
requireResidentKey: false,
},
+ /**
+ * Support the two most common algorithms: ES256, and RS256
+ */
+ supportedAlgorithmIDs: [-7, -257],
};
const options = generateAttestationOptions(opts);