@1auth/authn-webauthn
Advanced tools
Comparing version 0.0.0-alpha.20 to 0.0.0-alpha.21
@@ -48,3 +48,3 @@ import { encrypt, decrypt } from '@1auth/crypto' | ||
authenticator.counter = authenticationInfo.newCounter | ||
return authenticator | ||
return jsonEncodeSecret(authenticator) | ||
} catch (e) { | ||
@@ -51,0 +51,0 @@ console.error('webauthn.secret.verify', e) |
@@ -48,3 +48,3 @@ import { encrypt, decrypt } from '@1auth/crypto' | ||
authenticator.counter = authenticationInfo.newCounter | ||
return authenticator | ||
return jsonEncodeSecret(authenticator) | ||
} catch (e) { | ||
@@ -51,0 +51,0 @@ console.error('webauthn.secret.verify', e) |
{ | ||
"name": "@1auth/authn-webauthn", | ||
"version": "0.0.0-alpha.20", | ||
"version": "0.0.0-alpha.21", | ||
"description": "", | ||
@@ -51,8 +51,8 @@ "type": "module", | ||
"homepage": "https://github.com/willfarrell/1auth", | ||
"gitHead": "2a1a01996c8becc8c1d1415d82bd29a71ef12d2e", | ||
"gitHead": "a5a2516f415bb6f3fcbad1087c55cff9599ae3d9", | ||
"dependencies": { | ||
"@1auth/authn": "0.0.0-alpha.20", | ||
"@1auth/crypto": "0.0.0-alpha.20", | ||
"@1auth/authn": "0.0.0-alpha.21", | ||
"@1auth/crypto": "0.0.0-alpha.21", | ||
"@simplewebauthn/server": "7.3.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18766
+ Added@1auth/authn@0.0.0-alpha.21(transitive)
+ Added@1auth/crypto@0.0.0-alpha.21(transitive)
- Removed@1auth/authn@0.0.0-alpha.20(transitive)
- Removed@1auth/crypto@0.0.0-alpha.20(transitive)
Updated@1auth/authn@0.0.0-alpha.21
Updated@1auth/crypto@0.0.0-alpha.21