1 parent d8194d5 commit 9e66682Copy full SHA for 9e66682
1 file changed
docs/tutorials/oidc/getting-started-with-oauth2.mdx
@@ -202,7 +202,7 @@ cursor.execute("""
202
| `sub` | Unique user ID (stable, never changes) | **Primary key** for linking to your DB |
203
| `email` | User's email (if `email` scope granted) | Display, notifications |
204
| `first_name` | User's first name | Personalization |
205
-| `name` | Full name | Display |
+| `last_name` | User's last name | Personalization, display |
206
207
:::warning Don't use email as primary key
208
Always use `sub` as the foreign key to link users. Email addresses can change, but `sub` is permanent and unique.
0 commit comments