it might be reasonable to expect that for example a basic API endpoint like /sign-up/email might be available without your own implementation. But turns out it, and others, aren't there, I'm getting just 404s, so something else is needed. But what is it?
Is it just that this expectation that there are starter API endpoints for signups, login, logout and some others coming with BetterAuth, extended or modified with emailAndPassword, for example, that expectation is ill-founded? You still have to implement these? It's not optional to do so only when you have extended needs?
In this case it's in relation to Hono as backend server I'm asking. I looked at the bun-hono-better-auth project, because in my own project I couldn't get these API end points to be available either, using Hono.