webauthn-local-client
Browser-only utils for locally managing WebAuthn (passkey) API
File Explorer
Download Latest Version (.zip)- build-testbed.yml
- astro.mjs
- vite.mjs
- webpack.mjs
- asn1-copyright-header.txt
- build-all.js
- build-gh-pages.js
- postinstall.js
- copyright-header.txt
- external.js
- walc.js
- index.html
- spinner.js
- test.js
- .editorconfig
- .gitignore
- .npmignore
- BUNDLERS.md
- LICENSE.txt
- NON-BUNDLERS.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mylofi/webauthn-local-client
Downloads the entire project code from GitHub to your computer.
cd webauthn-local-client
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @lo-fi/webauthn-local-client
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run build:all
Builds optimized production files.
npm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
