I am creating this app using Next.js and their api-routes and I have an auth-flow that:
/api/getaccesstoken, which uses the query params to get a User-Object and an AccessToken/, currently using res.redirect("/")How can I send some User Info and additional data without using query params ?