From f3751294822c1e8de6af73daf538e9ee07c3e220 Mon Sep 17 00:00:00 2001 From: Borut Tomazin Date: Thu, 16 May 2024 09:42:04 +0200 Subject: [PATCH] Migration doc update. --- MIGRATING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MIGRATING.md b/MIGRATING.md index fdb835e..7944f88 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -1,4 +1,10 @@ ## Migration Guides +### Migration from versions < 2.0.0 +* [Apple] Migrated the whole authenticator to async/await. Response field `name` is now optional. +* [Google] Migrated the whole authenticator from promises to async/await. +* [Facebook] Migrated the whole authenticator from promises to async/await. +* [LinkedIn] Migrated the whole authenticator from promises to async/await. + ### Migration from versions < 1.4.0 * [Google] Response field `token` was renamed to `accessToken`. You'll need to handle it on the call site. Additionally, `idToken` field was added in the response.