We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
socialLogin
socialRegister
1 parent 8ce9088 commit 2565fb7Copy full SHA for 2565fb7
1 file changed
lib/server-code/events.js
@@ -81,6 +81,10 @@ addEvent(220, 'beforeRemoveBulk', USER, ['whereClause']);
81
addEvent(221, 'afterRemoveBulk', USER, ['whereClause', 'result']);
82
addEvent(222, 'beforeEmailConfirmed', USER, ['confirmationKey']);
83
addEvent(223, 'afterEmailConfirmed', USER, ['confirmationKey', 'result']);
84
+addEvent(224, 'beforeSocialLogin', USER, ['userProperties', 'notary']);
85
+addEvent(225, 'afterSocialLogin', USER, ['userProperties', 'notary', 'result']);
86
+addEvent(226, 'beforeSocialRegister', USER, ['userProperties', 'notary']);
87
+addEvent(227, 'afterSocialRegister', USER, ['userProperties', 'notary', 'result']);
88
89
//Media Service Events
90
addEvent(300, 'acceptConnection', MEDIA, ['operationName', 'tubeName', 'accessGranted']);
0 commit comments