diff options
author | Matthew Miller <matthew@millerti.me> | 2022-02-10 16:27:56 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-02-10 16:27:56 -0800 |
commit | 830c3e7ff1d83268d048e3dba280752ab8e2b029 (patch) | |
tree | 5ba33d4c9aa8876900162f28551b76e6a96cfb25 /example/index.ts | |
parent | 557201d14427199d2ee2ffbfbbd2b9dd23e8e51d (diff) |
Switch to none attestation in example
Diffstat (limited to 'example/index.ts')
-rw-r--r-- | example/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.ts b/example/index.ts index de7d1ab..6378620 100644 --- a/example/index.ts +++ b/example/index.ts @@ -113,7 +113,7 @@ app.get('/generate-registration-options', (req, res) => { userID: loggedInUserId, userName: username, timeout: 60000, - attestationType: 'indirect', + attestationType: 'none', /** * Passing in a user's list of already-registered authenticator IDs here prevents users from * registering the same device multiple times. The authenticator will simply throw an error in |