Can I use better auth as authentication layer between hono backed and next js frontend?

I'm building platform that has hono js as backend, next js for web app, expo for mobile, prisma for db within turborepo. I'm using nextjs server side data fetching so I have to check authorisation on server side of next js.

I know this case is too much complicated. Please if you have any near examples or suggestions, It would help a lot.
Was this page helpful?