Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| projects:member_portal:oauth [2025/10/13 11:51] – samp20 | projects:member_portal:oauth [2025/10/13 12:14] (current) – samp20 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ^ Column ^ Type ^ Obtained from ^ Description ^ | ^ Column ^ Type ^ Obtained from ^ Description ^ | ||
| | id | UUID | Generated | ID to keep track of the request | | | id | UUID | Generated | ID to keep track of the request | | ||
| - | | secret | + | | token_hash |
| | session_id | Optional FK | Logged in session | Associated login session | | | session_id | Optional FK | Logged in session | Associated login session | | ||
| | client_id | FK | Query string | The OAuth client sending this request | | | client_id | FK | Query string | The OAuth client sending this request | | ||