Getting Session from Better Auth in Express Backend Without Client-Side Integration
I’m using Express.js for the backend and I want to implement an auth system on the backend using Better Auth. However, on the client side, I’m not using Better Auth. How can I integrate it to get the session on the client?