Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 16, 2024
1 parent 3b4c046 commit 7a66ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sid": "session_id-0014",
"request_url": "http://request/0014",
"rp_initiated": true,
"expires_at": null,
"requested_at": null,
"expires_at": "2022-02-15T22:20:20.911379Z",
"requested_at": "2022-02-15T22:20:20.911379Z",
"client": null
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO hydra_oauth2_logout_request (challenge, verifier, subject, sid, client_id, nid, request_url, redir_url,
was_used, accepted, rejected, rp_initiated, expires_at, requested_at)
VALUES ('challenge-20240916105610000001', 'verifier-20240916105610000001', 'subject-0014', 'session_id-0014', 'client-0014',
(SELECT id FROM networks LIMIT 1), 'http://request/0014', 'http://post_logout/0014', true, true, false, true, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
(SELECT id FROM networks LIMIT 1), 'http://request/0014', 'http://post_logout/0014', true, true, false, true, '2022-02-15 22:20:20.911379', '2022-02-15 22:20:20.911379');

0 comments on commit 7a66ea6

Please sign in to comment.