From 67fab75fbd7993cb9b17b6063108ee62fd9d1f82 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 18 Feb 2026 18:53:52 +0100 Subject: [PATCH] docs: review user identity for openid Signed-off-by: David Dal Busco --- docs/build/authentication/index.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/build/authentication/index.md b/docs/build/authentication/index.md index 6a68eba7..b990c185 100644 --- a/docs/build/authentication/index.md +++ b/docs/build/authentication/index.md @@ -34,14 +34,11 @@ You can view and manage your users anytime in the [Authentication](https://conso When someone signs in to your app, they get an identity. -That identity is what ties them to the data they create and the actions they take. +That user identity is what ties them to the data they create and the actions they take. -Identities are: +Identities are **scoped to your app** - users can't be tracked across other sites or services. -- **Anonymous**: they don't expose personal info. -- **Scoped to your app**: users can't be tracked across other sites or services. - -Together, this makes authentication privacy-friendly by default and predictable for developers. +Depending on the sign-in method and what the user consents to, your app may also receive basic profile metadata such as a name or email address. ---