@lo-fi/webauthn-local-client
Advanced tools
Comparing version 0.2000.0 to 0.2000.1
/*! WebAuthn-Local-Client: external.js | ||
v0.2000.0 (c) 2024 Kyle Simpson | ||
v0.2000.1 (c) 2025 Kyle Simpson | ||
MIT License: http://getify.mit-license.org | ||
@@ -4,0 +4,0 @@ */ |
/*! WebAuthn-Local-Client: walc.js | ||
v0.2000.0 (c) 2024 Kyle Simpson | ||
v0.2000.1 (c) 2025 Kyle Simpson | ||
MIT License: http://getify.mit-license.org | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "@lo-fi/webauthn-local-client", | ||
"description": "Browser-only utils for locally managing WebAuthn (passkey) API", | ||
"version": "0.2000.0", | ||
"version": "0.2000.1", | ||
"exports": { | ||
@@ -6,0 +6,0 @@ ".": "./dist/bundlers/walc.mjs", |
@@ -10,3 +10,3 @@ # WebAuthn Local Client | ||
Check out [vella.ai/auth](https://vella.ai/auth/) for a demo app using this library for local-only authentication with WebAuthn and local encryption. | ||
Check out [next.vella.ai/auth](https://next.vella.ai/auth/) for a demo app using this library for local-only authentication with WebAuthn and local encryption. | ||
@@ -21,3 +21,3 @@ [Library Tests (Demo)](https://mylofi.github.io/webauthn-local-client/) | ||
**Note:** This package *may* be used in combination with a traditional FIDO2 server application architecture, but does not include any specific functionality for that purpose. For server integration with `WebAuthn`, you may instead consider alternative libraries, like [this one](https://github.com/passwordless-id/webauthn) or [this one](https://github.com/raohwork/webauthn-client). | ||
**Note:** This package *may* be used in combination with a traditional FIDO2 server application architecture, but does not include any specific functionality for that purpose. For server integration with `WebAuthn`, you may instead consider alternative libraries, like [this one](https://github.com/passwordless-id/webauthn). | ||
@@ -201,3 +201,3 @@ ## Deployment / Import | ||
If `auth()` completes completes successfully, the return value (`authResult` above) will be an object that includes `request` and `response` properties: | ||
If `auth()` completes successfully, the return value (`authResult` above) will be an object that includes `request` and `response` properties: | ||
@@ -204,0 +204,0 @@ * The `request` property includes all relevant configurations that were applied to the authentication request, and is provided mostly for debugging purposes. |
Sorry, the diff of this file is not supported yet
1620791