import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v11.0.0/packages/server/src/index.ts";
Functions
Prepare a value to pass into navigator.credentials.get(...) for authenticator authentication | |
Prepare a value to pass into navigator.credentials.create(...) for authenticator registration | |
Verify that the user has legitimately completed the authentication process | |
Verify that the user has legitimately completed the registration process |
Type Aliases
Result of authentication verification | |
Result of registration verification | |