From b92c5f93c1df87abc5afe5d8710cb3fae1dc3711 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MIGRATING.md b/MIGRATING.md index fdb835e..790fb0f 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -1,4 +1,8 @@ ## Migration Guides +### Migration from versions < 2.0.0 +* [Apple] Response field `name` is now optional. +* [All] Migrated all authenticators from promises to async/await. If you insist working with promises, do not update. + ### 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.