This is an old revision of the document!
OAuth
Capturing the request
| Column | Type | Description |
|---|---|---|
| id | UUID | ID to keep track of the request |
| secret | str | Secret stored in a flow cookie |
| session_id | Optional FK | Associated login session |
| client_id | FK | The OAuth client sending this request |