Skip to content

Commit

Permalink
Migration doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed May 16, 2024
1 parent 0b5e7b3 commit f375129
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f375129

Please sign in to comment.