How to use better auth in two frontend and one backend
I have a monorepo where I have two react router v7 frontend projects both using same Hono backend and better auth backend.
The problem is when I sign in to my web frontend it also signs me in to my admin frontend project.
how can I keep them separate?
0 Replies