Authorize User or Session in Separate Hono Server but Better-Auth is in Nextjs

I have a nextjs app setup with better-auth. I have a separate server, but I need to authorize and get the user in my hono server. How would I do it? As http cookies are not sent over other domains. Please help.
Was this page helpful?