Skip to content

Lit Action implementation for verifying Webauthn credentials.

Notifications You must be signed in to change notification settings

highkey-dev/verification-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credential Verification Service

Implementation of Webauthn credential verification for the Deno runtime.

Known Issues

  • Challenge checks are not currently done.
  • RPID checks have been removed.
  • Only ECDSA key types have been tested.

Running locally

note Deno version 1.27 or greater is required

deno run src/app/local.ts

bundling locally

deno bundle src/index.action.ts <path-to-output-file-location>

Minifying

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

About

Lit Action implementation for verifying Webauthn credentials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published