Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/oidc/example-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BASE_PATH=http://localhost:3000
TOKEN_HOST=https://oauth2.quran.foundation
CLIENT_ID=your_client_id
CLIENT_SECRET=your_client_secret
SCOPES=openid offline_access profile email bookmark collection user
SCOPES=openid offline_access bookmark collection user
SESSION_SECRET=your_random_session_secret
NODE_ENV=development
```
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/oidc/getting-started-with-oauth2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ cursor.execute("""
| ID Token Claim | Description | Use For |
| -------------- | --------------------------------------- | -------------------------------------- |
| `sub` | Unique user ID (stable, never changes) | **Primary key** for linking to your DB |
| `email` | User's email (if `email` scope granted) | Display, notifications |
| `email` | User's email (when available) | Display, notifications |
| `first_name` | User's first name | Personalization |
| `last_name` | User's last name | Personalization, display |

Expand Down