Skip to content

Commit

Permalink
chore: add migration section
Browse files Browse the repository at this point in the history
  • Loading branch information
joebochill committed Dec 10, 2024
1 parent 921794f commit b589a02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions login-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ In short, you will need to:
- [Components & APIs](https://github.com/etn-ccis/blui-react-workflows/tree/master/login-workflow/docs/components/README.md)
- [Screens](https://github.com/etn-ccis/blui-react-workflows/tree/master/login-workflow/docs/screens/README.md)

# Migrating from v4 => v5

The migration to v5 from v4 should be very straightforward — all usage remains the same if you are using the custom login flow. However, version 5 has two new peer dependencies that you will need to install:

```
"@okta/okta-auth-js": "^7.7.0",
"@okta/okta-react": "^6.9.0",
```

# Migrating from v3 => v4

We have listened to your feedback and version 4 of this library is a significant rewrite that aims to address many requests for greater flexibility and customization of the workflows.
Expand Down

0 comments on commit b589a02

Please sign in to comment.