diff --git a/docs/guides/migration/v2.5.md b/docs/guides/migration/v2.5.md index b27fccda3..19d9bab18 100644 --- a/docs/guides/migration/v2.5.md +++ b/docs/guides/migration/v2.5.md @@ -27,7 +27,7 @@ When using the composable `activity.js` from an another composable be aware that 👉 New `useErrors()` composable to be used in your `App.vue` or equivalent in order to display a notification whenever a request to the server raises an error. -👉 Ability for JWT to target a user using others properties then the user ID, applications should allow this in their authentication configuration. +👉 Ability for JWTs to target a user using others properties than the user ID, applications should allow this in their authentication configuration otherwise the default behavior still relies on the user ID. ::: details ⬇️ Example of an authentication configuration to allow JWT identifying a user by email ```js