Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/build/authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down