File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BASE_PATH=http://localhost:3000
3131TOKEN_HOST=https://oauth2.quran.foundation
3232CLIENT_ID=your_client_id
3333CLIENT_SECRET=your_client_secret
34- SCOPES=openid offline_access profile email bookmark collection user
34+ SCOPES=openid offline_access bookmark collection user
3535SESSION_SECRET=your_random_session_secret
3636NODE_ENV=development
3737```
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ cursor.execute("""
200200| ID Token Claim | Description | Use For |
201201| -------------- | --------------------------------------- | -------------------------------------- |
202202| ` 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 |
203+ | ` email ` | User's email (when available) | Display, notifications |
204204| ` first_name ` | User's first name | Personalization |
205205| ` last_name ` | User's last name | Personalization, display |
206206
You can’t perform that action at this time.
0 commit comments