From bb2fedfa3e99cc2517b8ca9fa2c4ef8643488f70 Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Wed, 29 Jan 2025 14:06:13 +0100 Subject: [PATCH] docs: typo --- docs/guides/migration/v2.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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