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