diff options
Diffstat (limited to 'example/index.ts')
-rw-r--r-- | example/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/index.ts b/example/index.ts index 3168477..3adc926 100644 --- a/example/index.ts +++ b/example/index.ts @@ -135,6 +135,7 @@ app.get('/generate-registration-options', (req, res) => { */ authenticatorSelection: { userVerification: 'required', + residentKey: 'required', }, /** * Support the two most common algorithms: ES256, and RS256 |