File tree Expand file tree Collapse file tree
docs/build/authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,14 +34,11 @@ You can view and manage your users anytime in the [Authentication](https://conso
3434
3535When 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
You can’t perform that action at this time.
0 commit comments