Skip to content

Commit 80e3443

Browse files
Update link to beforeSessionSaved hook in Migration Guide (#2027)
1 parent af99098 commit 80e3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V4_MIGRATION_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ In v4, by default, the only claims that are persisted in the `user` object of se
230230
- `email_verified`
231231
- `org_id`
232232

233-
If you'd like to customize the `user` object to include additional custom claims from the ID token, you can use the `beforeSessionSaved` hook (see [beforeSessionSaved hook](https://github.com/guabu/nextjs-auth0/tree/main?tab=readme-ov-file#beforesessionsaved))
233+
If you'd like to customize the `user` object to include additional custom claims from the ID token, you can use the `beforeSessionSaved` hook (see [beforeSessionSaved hook](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md#beforesessionsaved))
234234

235235
## Additional changes
236236

0 commit comments

Comments
 (0)