Server side Stripe usage
Hi, I'm focusing to use better-auth mostly (only) on the server, my client code is not aware of better-auth. My stack is deno + hono + htmx.
So for it goes well. Hono route gets form data, calls auth.apisignInEmail and handles the response from that. Works good, I like that approach.
Now I need to setup payments. Docs says I need auth client. IS there a way to deal with that only o nserver side? Of course I understand I will need some Stripe clienta at some point to show checkout ui, but I wonder how far I can get with my server-only apporach?
Thanks ❤️
0 Replies