var {row} = await client.query(`select *
                        from tokens
                        where tokentype = 'new-pass' and token = $1
                            and due > $2
                        limit 1;