webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

Webauthn / passkeys helper library to make your life easier. Client side, server side and demo included.

Results 5 webauthn issues
Sort by recently updated
recently updated
newest added

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

help wanted

There might be outdated content still present

documentation
help wanted
good first issue

They still test v1

help wanted

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...