@virtonetwork/authenticators-webauthn 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # WebAuthn Authenticator for Virto Network
1
+ # WebAuthn Authenticator
2
+
3
+ [**📚 Documentation**](https://virtonetwork.github.io/papi-signers/guide/webauthn)
2
4
 
3
5
  A TypeScript helper that wires **passkeys** (WebAuthn resident credentials) to the [@virtonetwork/signer](https://github.com/virto-network/papi-signers) stack. It exposes a single class, `WebAuthn`, that fulfils the `Authenticator<number>` interface used by `PassSigner`.
4
6
  The implementation is **browser‑only** and keeps all credential mapping in the caller’s hands — perfect for SPAs or wallet extensions that already manage users.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@virtonetwork/authenticators-webauthn",
3
3
  "description": "An Authenticator compatible with KreivoPassSigner that uses the WebAuthn standard",
4
- "version": "1.2.3",
4
+ "homepage": "https://virtonetwork.github.io/papi-signers/guide/webauthn",
5
+ "version": "1.2.4",
5
6
  "type": "module",
6
7
  "files": [
7
8
  "dist"
@@ -36,7 +37,7 @@
36
37
  ],
37
38
  "dependencies": {
38
39
  "@simplewebauthn/server": "^13.1.1",
39
- "@virtonetwork/signer": "^1.2.4",
40
+ "@virtonetwork/signer": "^1.3.0",
40
41
  "nid-webauthn-emulator": "^0.2.4"
41
42
  },
42
43
  "devDependencies": {
@@ -53,4 +54,4 @@
53
54
  "access": "public",
54
55
  "provenance": true
55
56
  }
56
- }
57
+ }