{ "db_name": "PostgreSQL", "query": "\n SELECT state_json FROM webauthn_challenges\n WHERE did = $1 AND challenge_type = 'registration' AND expires_at > NOW()\n ORDER BY created_at DESC\n LIMIT 1\n ", "describe": { "columns": [ { "ordinal": 0, "name": "state_json", "type_info": "Text" } ], "parameters": { "Left": [ "Text" ] }, "nullable": [ false ] }, "hash": "0e3540c274a021fb4f441027a9d5a0bbc0c2ba75977d44c5501831a828337e9b" }