Skip to content

Commit 9e66682

Browse files
authored
docs: fix oidc id token claims table (#124)
1 parent d8194d5 commit 9e66682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/tutorials/oidc/getting-started-with-oauth2.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cursor.execute("""
202202
| `sub` | Unique user ID (stable, never changes) | **Primary key** for linking to your DB |
203203
| `email` | User's email (if `email` scope granted) | Display, notifications |
204204
| `first_name` | User's first name | Personalization |
205-
| `name` | Full name | Display |
205+
| `last_name` | User's last name | Personalization, display |
206206

207207
:::warning Don't use email as primary key
208208
Always use `sub` as the foreign key to link users. Email addresses can change, but `sub` is permanent and unique.

0 commit comments

Comments
 (0)