From 0058338d4082115a50606a68db6eca0e38d2e47d Mon Sep 17 00:00:00 2001 From: Zaid Rashid Date: Thu, 10 Oct 2024 16:41:19 +0200 Subject: [PATCH] docs: Fix link to the correct AuthIdentity model's page (#9519) I think there is a bug on the link to the `AuthIdentity ` model's page. The page containing the issue can be found [here](https://docs.medusajs.com/v2/resources/commerce-modules/auth/auth-identity-and-actor-types#what-is-an-auth-identity) --- .../auth/auth-identity-and-actor-types/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/commerce-modules/auth/auth-identity-and-actor-types/page.mdx b/www/apps/resources/app/commerce-modules/auth/auth-identity-and-actor-types/page.mdx index 40c8d6f025..b298186580 100644 --- a/www/apps/resources/app/commerce-modules/auth/auth-identity-and-actor-types/page.mdx +++ b/www/apps/resources/app/commerce-modules/auth/auth-identity-and-actor-types/page.mdx @@ -8,7 +8,7 @@ In this document, you’ll learn about concepts related to identity and actors i ## What is an Auth Identity? -The [AuthIdentity data model](/references/auth/model/AuthIdentity) represents a registered user. +The [AuthIdentity data model](/references/auth/models/AuthIdentity) represents a registered user. When a user is registered, a record of `AuthIdentity` is created. This record is used to validate the user’s authentication in future requests.