@1auth/messenger
Advanced tools
Comparing version
@@ -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" | ||
} | ||
} |
8089
0.4%196
4.26%+ Added
+ Added
- Removed
- Removed
Updated
Updated