@universal-packages/authentication
Advanced tools
Comparing version 1.11.1 to 1.11.2
import { PasswordsPayload } from '../types'; | ||
export default class IsAuthenticatablePasswordDynamic { | ||
export default class DoPasswordsMatchDynamic { | ||
perform(payload: PasswordsPayload): boolean; | ||
} |
@@ -11,3 +11,3 @@ "use strict"; | ||
const decorators_1 = require("../decorators"); | ||
let IsAuthenticatablePasswordDynamic = class IsAuthenticatablePasswordDynamic { | ||
let DoPasswordsMatchDynamic = class DoPasswordsMatchDynamic { | ||
perform(payload) { | ||
@@ -18,6 +18,6 @@ const { password, encryptedPassword } = payload; | ||
}; | ||
IsAuthenticatablePasswordDynamic = __decorate([ | ||
DoPasswordsMatchDynamic = __decorate([ | ||
(0, decorators_1.AuthDynamic)('default', 'do-passwords-match?', true) | ||
], IsAuthenticatablePasswordDynamic); | ||
exports.default = IsAuthenticatablePasswordDynamic; | ||
], DoPasswordsMatchDynamic); | ||
exports.default = DoPasswordsMatchDynamic; | ||
//# sourceMappingURL=DoPasswordsMatch.universal-auth-dynamic.js.map |
{ | ||
"name": "@universal-packages/authentication", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "Dynamic authentication api", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
@@ -229,3 +229,3 @@ # Authentication | ||
[file](src/default-module/extensions/AfterLogInFailure.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterLogInAuthenticatableNotFound.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterLogInSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterSignUpFailure.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterSignUpSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterUpdateSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueAfterLogInAuthenticatableFound.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueBeforeLogIn.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueBeforeSignUp.universal-auth-dynamic.ts) | ||
[file](src/default-module/extensions/AfterLogInFailure.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterLogInUserNotFound.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterLogInSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterSignUpFailure.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterSignUpSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/AfterUpdateSuccess.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueAfterLogInUserFound.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueBeforeLogIn.universal-auth-dynamic.ts) [file](src/default-module/extensions/ContinueBeforeSignUp.universal-auth-dynamic.ts) | ||
@@ -232,0 +232,0 @@ These dynamics are used to extend the default module dynamics, they are called on specific points while logging in and signing up. |
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
113057