Is there a way to call router.push() in Next.js and pass state to the next url without using query: {params}? Using query exposes the parameters in the URL. I'm interested in sending the user to a new page for an authentication operation so I need the credentials to be sent securely.