Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
projects:member_portal:oauth [2025/10/13 11:51] samp20projects: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 | str | Generated | Secret stored in a flow cookie |+token_hash | str | Generated | Hash of a secret token stored in a flow cookie |
 | 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 |
  • projects/member_portal/oauth.1760356291
  • Last modified: 8 weeks ago
  • by samp20