@1auth/messenger
Advanced tools
Comparing version 0.0.0-alpha.13 to 0.0.0-alpha.14
@@ -89,3 +89,7 @@ import { | ||
const token = await options.token.create() | ||
id = await authnCreate(options.token.type, { id, sub, value: token }, options) | ||
id = await authnCreate( | ||
options.token.type, | ||
{ id, sub, value: token }, | ||
options | ||
) | ||
await options.notify.trigger('messenger-TYPE-verify', sub, { token }) | ||
@@ -92,0 +96,0 @@ return id |
@@ -89,3 +89,7 @@ import { | ||
const token = await options.token.create() | ||
id = await authnCreate(options.token.type, { id, sub, value: token }, options) | ||
id = await authnCreate( | ||
options.token.type, | ||
{ id, sub, value: token }, | ||
options | ||
) | ||
await options.notify.trigger('messenger-TYPE-verify', sub, { token }) | ||
@@ -92,0 +96,0 @@ return id |
{ | ||
"name": "@1auth/messenger", | ||
"version": "0.0.0-alpha.13", | ||
"version": "0.0.0-alpha.14", | ||
"description": "", | ||
@@ -51,7 +51,7 @@ "type": "module", | ||
"homepage": "https://github.com/willfarrell/1auth", | ||
"gitHead": "7364ad77dd4219d3d967b1a6a43cd2eef9240ce2", | ||
"gitHead": "4910880d69e1ad14d13c5f807bc59fa9eab5a379", | ||
"dependencies": { | ||
"@1auth/authn": "0.0.0-alpha.13", | ||
"@1auth/crypto": "0.0.0-alpha.13" | ||
"@1auth/authn": "0.0.0-alpha.14", | ||
"@1auth/crypto": "0.0.0-alpha.14" | ||
} | ||
} |
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
8089
196
+ Added@1auth/authn@0.0.0-alpha.14(transitive)
+ Added@1auth/crypto@0.0.0-alpha.14(transitive)
- Removed@1auth/authn@0.0.0-alpha.13(transitive)
- Removed@1auth/crypto@0.0.0-alpha.13(transitive)
Updated@1auth/authn@0.0.0-alpha.14
Updated@1auth/crypto@0.0.0-alpha.14