@universal-packages/authentication
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -49,2 +49,3 @@ "use strict"; | ||
await authentication.performDynamic('request-confirmation', { credential: authenticatable[credentialKind], credentialKind }); | ||
await authentication.performDynamic('send-welcome', { authenticatable, credentialKind }); | ||
if (credentialKindOptions.enforceConfirmation) { | ||
@@ -51,0 +52,0 @@ return { status: 'warning', message: 'confirmation-inbound', metadata: { credential: authenticatable[credentialKind], credentialKind } }; |
{ | ||
"name": "@universal-packages/authentication", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Dynamic authentication api", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
Sorry, the diff of this file is not supported yet
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
270190
3053