From e292968cc5d0d25bb822df3a10abb7371babf27e Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Mon, 25 Sep 2023 11:46:13 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9946026..3ee4dd6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -180,6 +180,7 @@ Because of account linking we've introduced a new Primary user concept (see abov - Added `getUser`, `listUsersByAccountInfo`, `convertToRecipeUserId` to the main exports - Updated compilation target of typescript to ES2017 to make debugging easier. - Added account-linking recipe +- Added `validateAccessToken` to the configuration for social login providers, this function allows you to verify the access token returned by the social provider ### Migration guide