Skip to content

Commit b5f32a7

Browse files
docs: review user identity for openid (#646)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 74c2020 commit b5f32a7

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docs/build/authentication/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,11 @@ You can view and manage your users anytime in the [Authentication](https://conso
3434

3535
When someone signs in to your app, they get an identity.
3636

37-
That identity is what ties them to the data they create and the actions they take.
37+
That user identity is what ties them to the data they create and the actions they take.
3838

39-
Identities are:
39+
Identities are **scoped to your app** - users can't be tracked across other sites or services.
4040

41-
- **Anonymous**: they don't expose personal info.
42-
- **Scoped to your app**: users can't be tracked across other sites or services.
43-
44-
Together, this makes authentication privacy-friendly by default and predictable for developers.
41+
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.
4542

4643
---
4744

0 commit comments

Comments
 (0)