webauthn
webauthn copied to clipboard
Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.
There are a few things I would like to change in a version "2". It's not really big fundamental changes, but they are "breaking" changes nonetheless requiring a major version...
the version number should be extracted from *package.json* of course
There might be outdated content still present
I'm having issues with trying to use verifyAuthentication Server-side uses SvelteKit. Client-side: ``` const authenticate = async () => { let auth; try { let challenge = await fetch('/api/challenge'); auth...