From be5190e664cab0a51134c416274ef1cd2b43ff68 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Mon, 14 Jun 2021 19:21:22 +0200 Subject: [PATCH] Add history entry for `setAdditionalFindUserOnExternalLogin` hook --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index a88eac5c4a..a60e401d2a 100644 --- a/History.md +++ b/History.md @@ -89,6 +89,7 @@ * `accounts-base@2.0.0` - Deprecated backward compatibility function `logoutOtherClients` has been removed + - New hook `setAdditionalFindUserOnExternalLogin` has been added which allows you to customize user selection on external logins if you want to, for example, login a user who has the same e-mail as the external account. * `accounts-password@2.0.0` - Deprecated backward compatibility functionality for `SRP` passwords from pre-Meteor 1.0 days