You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"query": "\n SELECT EXISTS (\n SELECT 1\n FROM principal_key_permissions\n WHERE signing_key_id = $1\n AND destination = $2\n AND revoked_at IS NULL\n AND not_before <= now()\n AND not_after > now()\n AND not_before <= $3\n AND not_after >= $4\n ) AS \"exists!\"\n",