@1auth/authn-webauthn
Advanced tools
Comparing version 0.0.0-alpha.23 to 0.0.0-alpha.24
@@ -259,3 +259,3 @@ import { encrypt, decrypt } from '@1auth/crypto' | ||
if (!onboard) { | ||
await options.notify.trigger('account-webauthn-create', sub) // TODO add in user.name | ||
await options.notify.trigger('authn-webauthn-create', sub) // TODO add in user.name | ||
} | ||
@@ -270,3 +270,3 @@ } | ||
await authnExpire(sub, id, options) | ||
await options.notify.trigger('account-webauthn-remove', sub) | ||
await options.notify.trigger('authn-webauthn-remove', sub) | ||
} | ||
@@ -273,0 +273,0 @@ |
@@ -259,3 +259,3 @@ import { encrypt, decrypt } from '@1auth/crypto' | ||
if (!onboard) { | ||
await options.notify.trigger('account-webauthn-create', sub) // TODO add in user.name | ||
await options.notify.trigger('authn-webauthn-create', sub) // TODO add in user.name | ||
} | ||
@@ -270,3 +270,3 @@ } | ||
await authnExpire(sub, id, options) | ||
await options.notify.trigger('account-webauthn-remove', sub) | ||
await options.notify.trigger('authn-webauthn-remove', sub) | ||
} | ||
@@ -273,0 +273,0 @@ |
{ | ||
"name": "@1auth/authn-webauthn", | ||
"version": "0.0.0-alpha.23", | ||
"version": "0.0.0-alpha.24", | ||
"description": "", | ||
@@ -51,8 +51,8 @@ "type": "module", | ||
"homepage": "https://github.com/willfarrell/1auth", | ||
"gitHead": "7978232599cc639bcd2df0284a2ebff938eae24c", | ||
"gitHead": "2523bc437b8c0e8075aa858ff05ea0196db00c1a", | ||
"dependencies": { | ||
"@1auth/authn": "0.0.0-alpha.23", | ||
"@1auth/crypto": "0.0.0-alpha.23", | ||
"@1auth/authn": "0.0.0-alpha.24", | ||
"@1auth/crypto": "0.0.0-alpha.24", | ||
"@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
18914
+ Added@1auth/authn@0.0.0-alpha.24(transitive)
+ Added@1auth/crypto@0.0.0-alpha.24(transitive)
- Removed@1auth/authn@0.0.0-alpha.23(transitive)
- Removed@1auth/crypto@0.0.0-alpha.23(transitive)
Updated@1auth/authn@0.0.0-alpha.24
Updated@1auth/crypto@0.0.0-alpha.24