Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jan 29, 2025
1 parent b0504fc commit bb2fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/migration/v2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb2fedf

Please sign in to comment.