Disable client

Is it possible to completely disable the client of better auth so I can handle everything on the backend. I understand that I could just skip initiating the client on the clientside, but I guess there are api endpoints that are still made accessible from client side calls still exposed.
1 Reply
The Untraceable
The Untraceable2mo ago
Don't mount the api As in the api/auth/[...all]/route.ts or similar

Did you find this page helpful?