Implementation of Webauthn credential verification for the Deno runtime.
- Challenge checks are not currently done.
- RPID checks have been removed.
- Only
ECDSA
key types have been tested.
note Deno version 1.27 or greater is required
deno run src/app/local.ts
deno bundle src/index.action.ts <path-to-output-file-location>
esbuild --minify <path-to-bundle> --outfile=bundle.min.js
note Currently using lit's pkp explorer to upload minified contents to Cloud Flair's ipfs gateways